Skip to content

Commit f31146e

Browse files
authored
Bump to 3.3.1 (#27)
Clean-up sdist (update manifest) remove todo: use github issues
1 parent a1c16e5 commit f31146e

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
CHANGELOG
22
=========
3+
Version 3.3.1
4+
-------------
5+
* Python 3.7 support validated
6+
37
Version 3.3.0
48
-------------
59
* Type hints and stubs

MANIFEST.in

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
11
include *.rst LICENSE requirements.txt
2+
global-exclude *.c
3+
exclude Makefile
4+
prune tools
5+
exclude .travis.yml appveyor.yml
6+
exclude tox.ini
7+
prune test
8+
prune .github
9+
prune docs
10+
exclude CODEOWNERS CODE_OF_CONDUCT.md _config.yml

TODO.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

logwrap/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
'bind_args_kwargs'
5757
)
5858

59-
__version__ = '3.3.0'
59+
__version__ = '3.3.1'
6060
__author__ = "Alexey Stepanov"
6161
__author_email__ = 'penguinolog@gmail.com'
6262
__maintainers__ = {

0 commit comments

Comments
 (0)