diff --git a/docs/conf.py b/docs/conf.py index 5595e8adb..9f00e8252 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -53,7 +53,7 @@ # The short X.Y version. version = '0.9' # The full version, including alpha/beta/rc tags. -release = '0.9.11' +release = '0.9.12' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/index.rst b/docs/index.rst index 761dc4e30..714916ffa 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -35,6 +35,13 @@ Pika supports two modes of development, synchronous using the BlockingConnection faq version_history +0.9.12 - 2012-11-19 +------------------ + +**Bugfixes** + +- New timeout id hashing was not unique + 0.9.11 - 2013-03-17 ------------------- @@ -45,7 +52,7 @@ Pika supports two modes of development, synchronous using the BlockingConnection - Address a missed timeout related internal data structure name change introduced in the SelectConnection 0.9.10 release. Update all connection adapters to use same signature and docstring (#306). - + 0.9.10 - 2013-03-16 ------------------- diff --git a/docs/version_history.rst b/docs/version_history.rst index c062db5f3..cc0a468b3 100644 --- a/docs/version_history.rst +++ b/docs/version_history.rst @@ -1,6 +1,13 @@ Version History =============== +0.9.12 - 2012-11-19 +------------------- + +**Bugfixes** + +- New timeout id hashing was not unique + 0.9.11 - 2013-03-17 -------------------