We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fb79dc commit 1db1f56Copy full SHA for 1db1f56
CHANGES
@@ -1,6 +1,12 @@
1
Injector Change Log
2
===================
3
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
10
0.20.0
11
------
12
injector/__init__.py
@@ -61,7 +61,7 @@
61
62
63
__author__ = 'Alec Thomas <alec@swapoff.org>'
64
-__version__ = '0.20.0'
+__version__ = '0.20.1'
65
__version_tag__ = ''
66
67
log = logging.getLogger('injector')
0 commit comments