From 32a6737d761ad7de9e0bc8993d36bb585c31c1f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl> Date: Wed, 26 May 2021 16:15:26 +0200 Subject: [PATCH] ver bump --- CHANGELOG.md | 11 +---------- setup.py | 2 +- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index decc6d4..1714661 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,4 @@ Changelog is kept at [GitHub](https://github.com/Dronehub/minijson/releases), here's only the changelog for the version in development -# v1.5 - -* fixed a bug with wrong type of dict and string was chosen - for a dict which contains exactly 65535 keys. - Since this is rare in production, it can wait. - MiniJSON is still generated correctly. -* fixed a bug with dumping strings longer than 255 characters - would not return a length -* fixed a bug with unserializing some strings - +# v1.6 diff --git a/setup.py b/setup.py index bdfafc3..ee331f8 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ if 'DEBUG' in os.environ: directives['embedsignature'] = True -setup(version='1.5', +setup(version='1.6a1', packages=find_packages(include=['minijson', 'minijson.*']), ext_modules=build([Multibuild('minijson', find_pyx('minijson'), dont_snakehouse=dont_snakehouse), ], -- GitLab