Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
CHANGELOG
=========
Version 3.3.1
-------------
* Python 3.7 support validated

Version 3.3.0
-------------
* Type hints and stubs
Expand Down
9 changes: 9 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -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
exclude CODEOWNERS CODE_OF_CONDUCT.md _config.yml
2 changes: 0 additions & 2 deletions TODO.md

This file was deleted.

2 changes: 1 addition & 1 deletion logwrap/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
'bind_args_kwargs'
)

__version__ = '3.3.0'
__version__ = '3.3.1'
__author__ = "Alexey Stepanov"
__author_email__ = 'penguinolog@gmail.com'
__maintainers__ = {
Expand Down