Skip to content

Commit

Permalink
Release version 0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jstasiak committed Dec 20, 2021
1 parent fa5fd3f commit 8122b89
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
Injector Change Log
===================

0.19.0
------

- Added the license to the source distribution, thanks to Joshua Adelman
- Added Python 3.9 and 3.10 support, this includes fixing Python 3.10 compatibility, thanks to Torge Matthies
- Improved the documentation, thanks to Takahiro Kojima
- Improved the source distribution so that it can be used to build and install wheels, thanks to Janusz Skonieczny
- Added requirements files for easier development, thanks to Greg Eremeev

Backwards incompatible:

- Removed Python 3.5 support

0.18.4
------

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


__author__ = 'Alec Thomas <alec@swapoff.org>'
__version__ = '0.18.4'
__version__ = '0.19.0'
__version_tag__ = ''

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

0 comments on commit 8122b89

Please sign in to comment.