File tree Expand file tree Collapse file tree 5 files changed +11
-4
lines changed
Expand file tree Collapse file tree 5 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -13,4 +13,5 @@ Contributors
1313* Chas DeVeas <https://github.com/chasdevs>
1414* Ivan isenilov <https://github.com/isenilov>
1515* Ethan Schwab <https://github.com/ethan-schwab>
16- * Alejandro Jaramillo <https://github.com/irux>
16+ * Alejandro Jaramillo <https://github.com/irux>
17+ * Jon Leung <https://github.com/jkleung11>
Original file line number Diff line number Diff line change 22History
33=======
44
5+ 0.3.3 (2022-01-26)
6+ ^^^^^^^^^^^^^^^^^^
7+
8+ * Fix array reference handling.
9+
10+
5110.3.2 (2021-11-16)
612^^^^^^^^^^^^^^^^^^
713
Original file line number Diff line number Diff line change 44
55__author__ = """Scott Rothbarth"""
667- __version__ = '0.3.2 '
7+ __version__ = '0.3.3 '
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.3.2
2+ current_version = 0.3.3
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change 6060 test_suite = 'tests' ,
6161 tests_require = test_requirements ,
6262 url = 'https://github.com/srserves85/avro-to-python' ,
63- version = '0.3.2 ' ,
63+ version = '0.3.3 ' ,
6464 zip_safe = False ,
6565)
You can’t perform that action at this time.
0 commit comments