Skip to content

Commit 76ad2bd

Browse files
committed
Increment patch version and add contributor.
1 parent 7bdb283 commit 76ad2bd

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

AUTHORS.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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>

HISTORY.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
History
33
=======
44

5+
0.3.3 (2022-01-26)
6+
^^^^^^^^^^^^^^^^^^
7+
8+
* Fix array reference handling.
9+
10+
511
0.3.2 (2021-11-16)
612
^^^^^^^^^^^^^^^^^^
713

avro_to_python/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
__author__ = """Scott Rothbarth"""
66
__email__ = '[email protected]'
7-
__version__ = '0.3.2'
7+
__version__ = '0.3.3'

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.3.2
2+
current_version = 0.3.3
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@
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
)

0 commit comments

Comments
 (0)