1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
|
History
-------
1.1.0 - 11.02.2022
------------------
- Added build for Python 3.10
- Drop support of Python 3.5 & 3.6
1.0.2 - 29.08.2020
------------------
- Format code examples with "black".
1.0.1 - 29.08.2020
------------------
- Include "test" to the package itself.
1.0.0 - 29.08.2020
------------------
- Added builds for Python 3.8 & 3.9
- Drop support for Python 2.7 & 3.4
0.3.1 - 28.08.2020
------------------
- Move to `src` layout
0.3 - 05.01.2019
----------------
* Added Python 3.7 support
* Dropped support for Python 2.6, 3.3 and Jython
0.2 - 13.04.2017
----------------
* Added Python 3.6 support
0.1 - 29.01.2016
----------------
* Initial release.
|