summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmer Katz <omer.drow@gmail.com>2017-07-12 19:56:07 +0300
committerGitHub <noreply@github.com>2017-07-12 19:56:07 +0300
commit814da297761053ac086d36f7d9e6f90b70ae05bc (patch)
treecede18a75e890eb3931f1048fd96d5b76b4463d6
parent942b3aa9cf76d08951fe7baae163b595300cdfe5 (diff)
downloadpy-amqp-814da297761053ac086d36f7d9e6f90b70ae05bc.tar.gz
Fix #132.
-rw-r--r--docs/conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py
index d1e0178..c550e42 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -7,8 +7,8 @@ globals().update(conf.build_config(
'amqp', __file__,
project='py-amqp',
description='Python Promises',
- version_dev='2.1',
- version_stable='2.0',
+ version_dev='2.3',
+ version_stable='2.2',
canonical_url='https://amqp.readthedocs.io',
webdomain='celeryproject.org',
github_project='celery/py-amqp',