Skip to content

Commit cb4d112

Browse files
authored
Bumps version to 0.11.3. (#311)
1 parent ea8bdf2 commit cb4d112

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 0.11.3 (2023-11-30)
2+
* Enables Windows and Linux's build and test workflow (#304)
3+
* Build dict for IonPyDict in ioncmodule (#309)
4+
15
### 0.11.2 (2023-11-16)
26
* Uses the latest ion-c version to build the C extension. (#299)
37
* Changes IonPyObjects' constructor to match their parent classes. (#298)

amazon/ion/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# specific language governing permissions and limitations under the
1313
# License.
1414
__author__ = 'Amazon.com, Inc.'
15-
__version__ = '0.11.2'
15+
__version__ = '0.11.3'
1616

1717
__all__ = [
1818
'core',

setup.py

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

4747
setup(
4848
name='amazon.ion',
49-
version='0.11.2',
49+
version='0.11.3',
5050
description='A Python implementation of Amazon Ion.',
5151
url='http://github.com/amazon-ion/ion-python',
5252
author='Amazon Ion Team',

0 commit comments

Comments
 (0)