From 4dbce7b469ca46695ab960ca06c65a5cc51583c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@ericsson.com> Date: Sat, 3 Aug 2024 19:55:26 +0200 Subject: [PATCH] fix --- docs/conf.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index ace9cb6..cd47fa5 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,7 @@ copyright = '2021 Dronehub Group sp. z o. o., 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 --------------------------------------------------- diff --git a/setup.cfg b/setup.cfg index ca2d9fb..8381321 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ # 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 -- GitLab