Skip to content

Commit

Permalink
Bumps version to 0.11.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
cheqianh committed Nov 17, 2023
1 parent 832909b commit 0315e0d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
### 0.11.2 (2023-11-16)
* Uses the latest ion-c version to build the C extension (#299)
* Changes IonPyObjects' constructor to match their parent classes. (#298)
* Adds common examples for the simpleion load/dump APIs (#294)
* Add support for large decimals with >34 digits. (#293)


### 0.11.1 (2023-10-09)
Drops the support for Python versions older than 3.8.
* Drops the support for Python versions older than 3.8.

### 0.11.0 (2023-10-09)
* Refactors the benchmark tool
Expand Down
2 changes: 1 addition & 1 deletion amazon/ion/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# specific language governing permissions and limitations under the
# License.
__author__ = 'Amazon.com, Inc.'
__version__ = '0.11.1'
__version__ = '0.11.2'

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

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

0 comments on commit 0315e0d

Please sign in to comment.