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

version bump

parent 00e33802
No related branches found
No related tags found
No related merge requests found
Changelog is kept at [GitHub](https://github.com/Dronehub/minijson/releases), Changelog is kept at [GitHub](https://github.com/Dronehub/minijson/releases),
here's only the changelog for the version in development here's only the changelog for the version in development
# v1.1 # v1.2
* fixed to work under older Pythons (got rid of the f-strings)
* fixed docstrings to signal that some functions raise exceptions
* fixed a bug with encoding long lists
MiniJSON MiniJSON
======== ========
[![Documentation Status](https://readthedocs.org/projects/minijson/badge/?version=latest)](http://minijson.readthedocs.io/en/latest/?badge=latest) [![Documentation Status](https://readthedocs.org/projects/minijson/badge/?version=latest)](http://minijson.readthedocs.io/en/latest/?badge=latest)
[![PyPI](https://img.shields.io/pypi/pyversions/minijson.svg)](https://pypi.python.org/pypi/minijson)
[![PyPI version](https://badge.fury.io/py/minijson.svg)](https://badge.fury.io/py/minijson)
[![PyPI](https://img.shields.io/pypi/implementation/minijson.svg)](https://pypi.python.org/pypi/minijson)
MiniJSON is a codec for a compact binary representation of a subset of JSON. MiniJSON is a codec for a compact binary representation of a subset of JSON.
......
...@@ -14,7 +14,7 @@ if 'DEBUG' in os.environ: ...@@ -14,7 +14,7 @@ if 'DEBUG' in os.environ:
directives['embedsignature'] = True directives['embedsignature'] = True
setup(version='1.1', setup(version='1.2a1',
packages=find_packages(include=['minijson', 'minijson.*']), packages=find_packages(include=['minijson', 'minijson.*']),
ext_modules=build([Multibuild('minijson', find_pyx('minijson'), ext_modules=build([Multibuild('minijson', find_pyx('minijson'),
dont_snakehouse=dont_snakehouse), ], 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