Skip to content

Commit

Permalink
Release 0.1.0b1
Browse files Browse the repository at this point in the history
  • Loading branch information
lelit committed Aug 12, 2017
1 parent 1239cca commit 0cd6653
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Changes
-------

next (unreleased)
~~~~~~~~~~~~~~~~~
0.1.0b1 (2017-08-12)
~~~~~~~~~~~~~~~~~~~~

* Compilable with somewhat old g++ (`issue #69`__)

Expand All @@ -26,6 +26,9 @@ next (unreleased)

* New keyword argument ``number_mode`` to use underlying C library numbers

* Binary wheels for GNU/Linux and Windows on PyPI (one would hope: this is the
reason for the beta1 release)


0.0.11 (2017-03-05)
~~~~~~~~~~~~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion python-rapidjson/version.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#define PYTHON_RAPIDJSON_VERSION "0.0.11"
#define PYTHON_RAPIDJSON_VERSION "0.1.0b1"
#define PYTHON_RAPIDJSON_AUTHOR "Ken Robbins"
#define PYTHON_RAPIDJSON_AUTHOR_EMAIL "ken@kenrobbins.com"

0 comments on commit 0cd6653

Please sign in to comment.