File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change 1818from __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' ,
Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments