Skip to content

Commit 8122b89

Browse files
committed
Release version 0.19.0
1 parent fa5fd3f commit 8122b89

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGES

+13
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
Injector Change Log
22
===================
33

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+
417
0.18.4
518
------
619

injector/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def get_type_hints(
7979

8080

8181
__author__ = 'Alec Thomas <[email protected]>'
82-
__version__ = '0.18.4'
82+
__version__ = '0.19.0'
8383
__version_tag__ = ''
8484

8585
log = logging.getLogger('injector')

0 commit comments

Comments
 (0)