From c6de26ff0c482c3a7760a7f8462182396f50a62f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@ericsson.com> Date: Fri, 5 Apr 2024 12:23:03 +0200 Subject: [PATCH] fix the docs --- docs/changelog.rst | 2 +- setup.cfg | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 0bd8e5e..52862d2 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,7 +1,7 @@ Changelog ========= -v1.3 +v3.0 ---- * switched to GitHub Actions for CI/CD diff --git a/setup.cfg b/setup.cfg index 273ff87..c924d0b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ # coding: utf-8 [metadata] -version = 2.12 +version = 3.0 name = minijson long_description = file: README.md long_description_content_type = text/markdown; charset=UTF-8 @@ -9,11 +9,11 @@ license_files = LICENSE author_email = piotr.maslanka@dronehub.ai description = A library for serializing JSON in a small binary format -url = https://github.com/Dronehub/minijson +url = https://github.com/smok-serwis/minijson project_urls = Documentation = https://minijson.readthedocs.io/ - Code = https://github.com/Dronehub/minijson - Issue tracker = https://github.com/Dronehub/minijson/issues + Code = https://github.com/smok-serwis/minijson + Issue tracker = https://github.com/smok-serwis/minijson/issues classifier = Development Status :: 5 - Production/Stable Programming Language :: Python -- GitLab