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: ...@@ -74,7 +74,7 @@ test_python311:
- cp dist/*.whl . - cp dist/*.whl .
after_script: after_script:
- pip install twine - 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: upload_python311_armv7l:
image: zoo.smok.co/build/build:latest image: zoo.smok.co/build/build:latest
...@@ -82,7 +82,7 @@ upload_python311_armv7l: ...@@ -82,7 +82,7 @@ upload_python311_armv7l:
dependencies: dependencies:
- build_python311_armv7l - build_python311_armv7l
script: 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: only:
- tags - tags
except: except:
......
Changelog Changelog
========= =========
v3.1.1
------
* added support for Python 3.12
v3.1.0 v3.1.0
------ ------
* added support for Python 3.12
* Moved entirely to SMOKs' build architecture. * Moved entirely to SMOKs' build architecture.
* support for Python 3.7 and 3.6 dropped * 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.' ...@@ -22,7 +22,7 @@ copyright = '2021 Dronehub Group sp. z o. o., 2022-2024 SMOK sp. z o. o.'
author = 'Piotr Maślanka' author = 'Piotr Maślanka'
# The full version, including alpha/beta/rc tags # The full version, including alpha/beta/rc tags
release = '3.1.1a1' release = '3.1.0'
# -- General configuration --------------------------------------------------- # -- General configuration ---------------------------------------------------
......
# coding: utf-8 # coding: utf-8
[metadata] [metadata]
version = 3.1.1a1 version = 3.1.0
name = minijson name = minijson
long_description = file: README.md long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8 long_description_content_type = text/markdown; charset=UTF-8
author = Piotr Maślanka author = Piotr Maślanka
license_files = license_files =
LICENSE LICENSE
author_email = piotr.maslanka@dronehub.ai author_email = pmaslanka@smok.co
description = A library for serializing JSON in a small binary format description = A library for serializing JSON in a small binary format
url = https://git.dms-serwis.com.pl/smokserwis/minijson url = https://git.dms-serwis.com.pl/smokserwis/minijson
project_urls = 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