diff options
| author | Jon Parise <jon@pinterest.com> | 2019-07-30 09:35:32 -0700 |
|---|---|---|
| committer | Jon Parise <jon@pinterest.com> | 2019-07-30 09:35:32 -0700 |
| commit | 9f93c47c86e0a1dae08929c88d13e1caa4ff96ac (patch) | |
| tree | 5166f69070f644b933c6552002ea9753e46333e7 | |
| parent | 7a6ba3993f2918b756e2cfaa94b4ebc143f3b085 (diff) | |
| download | pymemcache-9f93c47c86e0a1dae08929c88d13e1caa4ff96ac.tar.gz | |
Bump documentation version for 2.2.0 releasev2.2.0
| -rw-r--r-- | docs/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py index 3978848..e925efd 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -64,9 +64,9 @@ author = u'Charles Gordon, Nicholas Charriere, Jon Parise, Joe Gordon' # built documents. # # The short X.Y version. -version = u'2.1' +version = u'2.2' # The full version, including alpha/beta/rc tags. -release = u'2.1.0' +release = u'2.2.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |
