Skip to content

Commit

Permalink
Bumps version to 0.9.3. (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
cheqianh authored Aug 19, 2022
1 parent ee43553 commit 3ebc7a8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### 0.9.3 (2022-08-18)
* Fixes a timestamp precision check issue. (#211)
* Changes bytes read size to avoid unicode/UTF-8 conversion issue. (#216)
* Adds compile args for C extension setup. (#206)
* Updates C extension document.

### 0.9.2 (2022-05-5)
* Adds required dependency (#197)
* Adds an installation guide in readme (#195)
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.2'
__version__ = '0.9.3'

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

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

0 comments on commit 3ebc7a8

Please sign in to comment.