Skip to content

Commit 72fed16

Browse files
authored
Bumps version to 0.9.1. (#190)
1 parent 25f5953 commit 72fed16

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGES.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
### 0.9.0 (2020-12-10)
1+
### 0.9.1 (2022-01-31)
2+
* Fixes distribution issues to enable C extension by default.
3+
4+
### 0.9.0 (2021-12-10)
25
* Adds a C extension to speed up simpleion module. (#181)
36

4-
### 0.8.0 (2020-12-07)
7+
### 0.8.0 (2021-12-07)
58
* Makes build/CI work with Python 3.9. (#152)
69
* Sets the default ion_type when an IonPy* is constructed. (#173)
710
* Adds friendlier debugging for IonPyDict. (#144)

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.0'
21+
__version__ = '0.9.1'
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.0',
53+
version='0.9.1',
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)