@@ -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)
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
__version__ = '1.3.8'
|
||||
__version__ = '1.4.0'
|
||||
__author__ = "Charles Gordon"
|
||||
|
||||
Reference in New Issue
Block a user