Skip to content

Commit

Permalink
Bumps version to 0.11.3. (#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
cheqianh authored Nov 30, 2023
1 parent ea8bdf2 commit cb4d112
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 0.11.3 (2023-11-30)
* Enables Windows and Linux's build and test workflow (#304)
* Build dict for IonPyDict in ioncmodule (#309)

### 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)
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.2'
__version__ = '0.11.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 @@ -46,7 +46,7 @@ def run_setup():

setup(
name='amazon.ion',
version='0.11.2',
version='0.11.3',
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 cb4d112

Please sign in to comment.