Skip to content

Commit

Permalink
0.22.11
Browse files Browse the repository at this point in the history
  • Loading branch information
scottbelden committed Feb 26, 2020
1 parent a0e00fe commit 59e0cf9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2020-02-26 version 0.22.11
* Use pytz for the UTC timezone rather than our own custom one to prevent compatibility issues with pandas (@scottbelden in PR #396)

2020-02-23 version 0.22.10
* Fix pre-epoch timestamps on Windows Python 3+ (@jmgpeeters in PR #394)

Expand Down
2 changes: 1 addition & 1 deletion fastavro/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
writer(out, schema, records)
'''

__version_info__ = (0, 22, 10)
__version_info__ = (0, 22, 11)
__version__ = '%s.%s.%s' % __version_info__


Expand Down

0 comments on commit 59e0cf9

Please sign in to comment.