Skip to content

Commit

Permalink
"Release 1.1.1"
Browse files Browse the repository at this point in the history
  • Loading branch information
fizyk committed Jan 24, 2018
1 parent a4fca4a commit dc44d21
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 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 = 1.1.0
current_version = 1.1.1

[bumpversion:file:setup.py]
search = version='{current_version}'
Expand Down
5 changes: 5 additions & 0 deletions CHANGES.rst
@@ -1,6 +1,11 @@
CHANGELOG
=========

1.1.1
-------

* Fixed pacakging

1.1.0
-------

Expand Down
6 changes: 3 additions & 3 deletions README.rst
@@ -1,9 +1,9 @@
.. image:: https://travis-ci.org/ClearcodeHQ/querystringsafe_base64.svg?branch=v1.1.0
.. image:: https://travis-ci.org/ClearcodeHQ/querystringsafe_base64.svg?branch=v1.1.1
:target: https://travis-ci.org/ClearcodeHQ/querystringsafe_base64
:alt: Tests

.. image:: https://coveralls.io/repos/ClearcodeHQ/querystringsafe_base64/badge.png?branch=v1.1.0
:target: https://coveralls.io/r/ClearcodeHQ/querystringsafe_base64?branch=v1.1.0
.. image:: https://coveralls.io/repos/ClearcodeHQ/querystringsafe_base64/badge.png?branch=v1.1.1
:target: https://coveralls.io/r/ClearcodeHQ/querystringsafe_base64?branch=v1.1.1
:alt: Coverage Status

Query string safe Base64
Expand Down
2 changes: 1 addition & 1 deletion querystringsafe_base64.py
Expand Up @@ -21,7 +21,7 @@

from base64 import urlsafe_b64encode, urlsafe_b64decode

__version__ = '1.1.0'
__version__ = '1.1.1'


def fill_padding(padded_string):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -48,7 +48,7 @@ def read(fname):

setup(
name='querystringsafe_base64',
version='1.1.0',
version='1.1.1',
author='Clearcode - The A Room',
author_email='thearoom@clearcode.cc',
description='Encoding and decoding arbitrary strings into strings '
Expand Down

0 comments on commit dc44d21

Please sign in to comment.