Skip to content
Snippets Groups Projects
Unverified Commit b52b62da authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

v3.1.0

parent 4cda3a05
No related branches found
No related tags found
No related merge requests found
Pipeline #60978 failed with stages
in 7 minutes and 48 seconds
......@@ -74,7 +74,7 @@ test_python311:
- cp dist/*.whl .
after_script:
- pip install twine
- TWINE_PASSWORD=${CI_JOB_TOKEN} TWINE_USERNAME=gitlab-ci-token python -m twine upload --repository-url ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/pypi dist/*
- TWINE_PASSWORD=${CI_JOB_TOKEN} TWINE_USERNAME=gitlab-ci-token python3 -m twine upload --repository-url ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/pypi dist/*
upload_python311_armv7l:
image: zoo.smok.co/build/build:latest
......@@ -82,7 +82,7 @@ upload_python311_armv7l:
dependencies:
- build_python311_armv7l
script:
- TWINE_PASSWORD=${CI_JOB_TOKEN} TWINE_USERNAME=gitlab-ci-token python -m twine upload --repository-url ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/pypi dist/*
- TWINE_PASSWORD=${CI_JOB_TOKEN} TWINE_USERNAME=gitlab-ci-token python3 -m twine upload --repository-url ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/pypi dist/*
only:
- tags
except:
......
Changelog
=========
v3.1.1
------
* added support for Python 3.12
v3.1.0
------
* added support for Python 3.12
* Moved entirely to SMOKs' build architecture.
* support for Python 3.7 and 3.6 dropped
......
......@@ -22,7 +22,7 @@ copyright = '2021 Dronehub Group sp. z o. o., 2022-2024 SMOK sp. z o. o.'
author = 'Piotr Maślanka'
# The full version, including alpha/beta/rc tags
release = '3.1.1a1'
release = '3.1.0'
# -- General configuration ---------------------------------------------------
......
# coding: utf-8
[metadata]
version = 3.1.1a1
version = 3.1.0
name = minijson
long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8
author = Piotr Maślanka
license_files =
LICENSE
author_email = piotr.maslanka@dronehub.ai
author_email = pmaslanka@smok.co
description = A library for serializing JSON in a small binary format
url = https://git.dms-serwis.com.pl/smokserwis/minijson
project_urls =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment