Merge pull request #130 from pinterest/prerelease-140

Prerelease 140
This commit is contained in:
Nicholas Charriere
2016-11-05 18:59:56 -07:00
committed by GitHub
4 changed files with 9 additions and 3 deletions

View File

@@ -1,5 +1,11 @@
Change Log
==========
New in version 1.4.0
--------------------
* Unicode keys support. It is now possible to pass the flag `allow_unicode_keys` when creating the clients
* Fixed a bug where PooledClient wasn't following `default_noreply` arg set on init, thanks @kols!
* Improved documentation
New in version 1.3.8
--------------------
* use cpickle instead of pickle when possible (python2)

View File

@@ -66,7 +66,7 @@ author = u'Charles Gordon, Nicholas Charriere'
# The short X.Y version.
version = u'1.3'
# The full version, including alpha/beta/rc tags.
release = u'1.3.8'
release = u'1.4.0'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

@@ -1,2 +1,2 @@
__version__ = '1.3.8'
__version__ = '1.4.0'
__author__ = "Charles Gordon"

View File

@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.3.8
current_version = 1.4.0
commit = False
tag = True