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 a1c16e5 commit f31146eCopy full SHA for f31146e
CHANGELOG.rst
@@ -1,5 +1,9 @@
1
CHANGELOG
2
=========
3
+Version 3.3.1
4
+-------------
5
+* Python 3.7 support validated
6
+
7
Version 3.3.0
8
-------------
9
* Type hints and stubs
MANIFEST.in
@@ -1 +1,10 @@
include *.rst LICENSE requirements.txt
+global-exclude *.c
+exclude Makefile
+prune tools
+exclude .travis.yml appveyor.yml
+exclude tox.ini
+prune test
+prune .github
+prune docs
10
+exclude CODEOWNERS CODE_OF_CONDUCT.md _config.yml
TODO.md
logwrap/__init__.py
@@ -56,7 +56,7 @@
56
'bind_args_kwargs'
57
)
58
59
-__version__ = '3.3.0'
+__version__ = '3.3.1'
60
__author__ = "Alexey Stepanov"
61
__author_email__ = 'penguinolog@gmail.com'
62
__maintainers__ = {
0 commit comments