From 4159249c9cd99118605d7182a52131c1f337904d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl> Date: Tue, 29 Jun 2021 19:02:15 +0200 Subject: [PATCH] ver bump --- CHANGELOG.md | 5 +---- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ed6772..adae924 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,4 @@ Changelog is kept at [GitHub](https://github.com/Dronehub/minijson/releases), here's only the changelog for the version in development -# v2.4 - -* added argument default -* fixing issue with serializing classes that subclass dict, list and tuple +# v2.5 diff --git a/setup.cfg b/setup.cfg index fdc3ec5..c840eff 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ # coding: utf-8 [metadata] -version = 2.4 +version = 2.5a1 name = minijson long_description = file: README.md long_description_content_type = text/markdown; charset=UTF-8 -- GitLab