Skip to content

Commit

Permalink
Bumps version to 0.4.0 and updates CHANGES.md. (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
tgregg committed Apr 22, 2019
1 parent afbb851 commit 0b21fa3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### 0.4.0 (2019-04-19)
* Adds support for pretty-printing text Ion.
* Adds support for Python 3.7.
* Adds simpleion support for structs with duplicate field names.
* Includes tests in the source distribution.

### 0.3.1 (2018-05-15)
* Implements support for both binary and text for loads()/dumps().

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

setup(
name='amazon.ion',
version='0.3.1',
version='0.4.0',
description='A Python implementation of Amazon Ion.',
url='http://github.com/amzn/ion-python',
author='Amazon Ion Team',
Expand Down

0 comments on commit 0b21fa3

Please sign in to comment.