summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJon Parise <jon@pinterest.com>2019-08-06 12:06:21 -0700
committerGitHub <noreply@github.com>2019-08-06 12:06:21 -0700
commit762856daf858360e4bd848fd82040f266bfdb2e2 (patch)
tree98d90106593e1887b702ce66caa877e6423e4198 /docs
parent7ad74da1c242a735bd805c836f3ddf5830b19a83 (diff)
downloadpymemcache-762856daf858360e4bd848fd82040f266bfdb2e2.tar.gz
Fix long_description string in Python packaging (#249)v2.2.2
When defining `long_description` in setup.cfg using the `file:` directive, we need to keep everything on one line. Otherwise, it will treat the value as a block of literal text.
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index e925efd..a614c6b 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -66,7 +66,7 @@ author = u'Charles Gordon, Nicholas Charriere, Jon Parise, Joe Gordon'
# The short X.Y version.
version = u'2.2'
# The full version, including alpha/beta/rc tags.
-release = u'2.2.0'
+release = u'2.2.2'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.