Skip to content

Commit ec49e90

Browse files
authored
Bumps version to 0.9.2. (#200)
1 parent e3a2fff commit ec49e90

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 0.9.2 (2022-05-5)
2+
* Adds required dependency (#197)
3+
* Adds an installation guide in readme (#195)
4+
15
### 0.9.1 (2022-01-31)
26
* Fixes distribution issues to enable C extension by default.
37

amazon/ion/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from __future__ import print_function
1919

2020
__author__ = 'Amazon.com, Inc.'
21-
__version__ = '0.9.1'
21+
__version__ = '0.9.2'
2222

2323
__all__ = [
2424
'core',

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def run_setup():
5050

5151
setup(
5252
name='amazon.ion',
53-
version='0.9.1',
53+
version='0.9.2',
5454
description='A Python implementation of Amazon Ion.',
5555
url='http://github.com/amzn/ion-python',
5656
author='Amazon Ion Team',

0 commit comments

Comments
 (0)