Skip to content

Commit

Permalink
Bumps version to 0.9.1. (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
cheqianh committed Feb 2, 2022
1 parent 25f5953 commit 72fed16
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
### 0.9.0 (2020-12-10)
### 0.9.1 (2022-01-31)
* Fixes distribution issues to enable C extension by default.

### 0.9.0 (2021-12-10)
* Adds a C extension to speed up simpleion module. (#181)

### 0.8.0 (2020-12-07)
### 0.8.0 (2021-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)
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.9.0'
__version__ = '0.9.1'

__all__ = [
'core',
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def run_setup():

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

0 comments on commit 72fed16

Please sign in to comment.