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