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 222fb5f commit 1554453Copy full SHA for 1554453
CHANGELOG.txt
@@ -5,9 +5,13 @@ Version 4.1 - in development
5
----------------------------------------
6
7
- Dropped support for Python 2 and 3.4.
8
-- Move to Python 3.7 in Pipfile (so `pipenv install` creates a Python 3.7 virtualenv).
+- Added type annotations to the source code. This will make Python-RSA easier to use in
9
+ your IDE, and allows better type checking.
10
+- Added static type checking via [MyPy](http://mypy-lang.org/).
11
- Fix [#129](https://github.com/sybrenstuvel/python-rsa/issues/129) Installing from source
12
gives UnicodeDecodeError.
13
+- Switched to using [Poetry](https://poetry.eustace.io/) for package
14
+ management.
15
16
17
Version 4.0 - released 2018-09-16
0 commit comments