Skip to content

Commit

Permalink
"Release 1.0.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
fizyk committed Jan 15, 2018
1 parent 9df2c62 commit 3540b27
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Expand Up @@ -2,7 +2,7 @@
commit = True
tag = True
message = "Release {new_version}"
current_version = 0.2.0
current_version = 1.0.0

[bumpversion:file:querystringsafe_base64.py]

Expand Down
2 changes: 1 addition & 1 deletion CHANGES.md
@@ -1,6 +1,6 @@
# Changelog

## unreleased
## 1.0.0

* support for restore missing padding during decode process

Expand Down
2 changes: 1 addition & 1 deletion querystringsafe_base64.py
Expand Up @@ -22,7 +22,7 @@
import sys
from base64 import urlsafe_b64encode, urlsafe_b64decode

__version__ = '0.2.0'
__version__ = '1.0.0'
PY2 = sys.version_info < (3, 0)


Expand Down

0 comments on commit 3540b27

Please sign in to comment.