Skip to content

Commit

Permalink
Bumps version to 0.8.0. (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
cheqianh committed Dec 7, 2021
1 parent c77c166 commit 223088d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### 0.8.0 (2020-12-07)
* Makes build/CI work with Python 3.9. (#152)
* Sets the default ion_type when an IonPy* is constructed. (#173)
* Adds friendlier debugging for IonPyDict. (#144)
* Adds detailed error messages for missing ion_type. (#138)
* Adds support of empty string field_name. (#141)

### 0.7.0 (2020-12-02)
* Uses localcontext support decimals of any precision (#132).
* Adds IonToJSONEncoder to allow Ion data to be down-converted to JSON (#107).
Expand Down
2 changes: 1 addition & 1 deletion amazon/ion/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from __future__ import print_function

__author__ = 'Amazon.com, Inc.'
__version__ = '0.7.0'
__version__ = '0.8.0'

__all__ = [
'core',
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.7.0',
version='0.8.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 223088d

Please sign in to comment.