Skip to content
Snippets Groups Projects
Commit 32a6737d authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

ver bump

parent d132f8a3
No related branches found
No related tags found
No related merge requests found
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
......@@ -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), ],
......
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