Skip to content

Commit

Permalink
Update CHANGELOG & version
Browse files Browse the repository at this point in the history
  • Loading branch information
vtermanis committed Apr 9, 2019
1 parent d1f0d9f commit 75cbb73
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
UNRELEASED
- Make extension build more reproducible with sorted sources (bmwiedemann)

0.12.0
- Relax floating point type test case (for 32-bit targets)
- Added Python 3.7 to classifiers list
Expand Down Expand Up @@ -29,8 +32,8 @@

0.8.4
- License information update
- Allow for lack of stdin/stdout/stdout buffer access (#1)
- Allow for extenion building to be skipped via env. var (#2)
- Allow for lack of stdin/stdout/stdout buffer access
- Allow for extenion building to be skipped via env. var

0.8.3
- Initial public release
2 changes: 1 addition & 1 deletion ubjson/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
from .encoder import EncoderException # noqa
from .decoder import DecoderException # noqa

__version__ = '0.12.0'
__version__ = '0.13.0'

__all__ = ('EXTENSION_ENABLED', 'dump', 'dumpb', 'EncoderException', 'load', 'loadb', 'DecoderException')

0 comments on commit 75cbb73

Please sign in to comment.