File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1
1
Injector Change Log
2
2
===================
3
3
4
+ 0.19.0
5
+ ------
6
+
7
+ - Added the license to the source distribution, thanks to Joshua Adelman
8
+ - Added Python 3.9 and 3.10 support, this includes fixing Python 3.10 compatibility, thanks to Torge Matthies
9
+ - Improved the documentation, thanks to Takahiro Kojima
10
+ - Improved the source distribution so that it can be used to build and install wheels, thanks to Janusz Skonieczny
11
+ - Added requirements files for easier development, thanks to Greg Eremeev
12
+
13
+ Backwards incompatible:
14
+
15
+ - Removed Python 3.5 support
16
+
4
17
0.18.4
5
18
------
6
19
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ def get_type_hints(
79
79
80
80
81
81
__author__ = 'Alec Thomas <alec@swapoff.org>'
82
- __version__ = '0.18.4 '
82
+ __version__ = '0.19.0 '
83
83
__version_tag__ = ''
84
84
85
85
log = logging .getLogger ('injector' )
You can’t perform that action at this time.
0 commit comments