Skip to content

Commit

Permalink
Release version 0.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jstasiak committed Aug 16, 2022
1 parent 8fb79dc commit 1db1f56
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Injector Change Log
===================

0.20.1
------

- Added support for PEP 604 union types (Python 3.10+), thanks to David Pärsson
- Fixed building with pypandoc 1.8+, thanks to Søren Fuglede Jørgensen

0.20.0
------

Expand Down
2 changes: 1 addition & 1 deletion injector/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@


__author__ = 'Alec Thomas <alec@swapoff.org>'
__version__ = '0.20.0'
__version__ = '0.20.1'
__version_tag__ = ''

log = logging.getLogger('injector')
Expand Down

0 comments on commit 1db1f56

Please sign in to comment.