Skip to content

Commit 1db1f56

Browse files
committed
Release version 0.20.1
1 parent 8fb79dc commit 1db1f56

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Injector Change Log
22
===================
33

4+
0.20.1
5+
------
6+
7+
- Added support for PEP 604 union types (Python 3.10+), thanks to David Pärsson
8+
- Fixed building with pypandoc 1.8+, thanks to Søren Fuglede Jørgensen
9+
410
0.20.0
511
------
612

injector/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161

6262

6363
__author__ = 'Alec Thomas <alec@swapoff.org>'
64-
__version__ = '0.20.0'
64+
__version__ = '0.20.1'
6565
__version_tag__ = ''
6666

6767
log = logging.getLogger('injector')

0 commit comments

Comments
 (0)