Skip to content

Commit

Permalink
Prepare 1.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut committed Nov 10, 2019
1 parent 94a2ba9 commit cf08333
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@ Running Python 3.7.2, Apple LLVM version 10.0.0 (clang-1000.11.45.5), Mac OS X 1
Changelog
=========
1.0.1
-----
- Publish python 3.8 wheels

1.0.0
-----
- Drop python 3.4 support
Expand Down
2 changes: 1 addition & 1 deletion pybase64/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.0.0'
__version__ = '1.0.1'
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ def run(self):
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
],

# Supported python versions
Expand Down

0 comments on commit cf08333

Please sign in to comment.