From 429faad2d1ccef5556466161fc7d43f7246afb87 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Fri, 7 Aug 2020 13:11:13 -0400 Subject: [PATCH] - 1.0.2 --- docs/build/changelog.rst | 17 ++++++++++++++++- docs/build/conf.py | 2 +- docs/build/unreleased/173.rst | 6 ------ docs/build/unreleased/exclude_tests.rst | 7 ------- 4 files changed, 17 insertions(+), 15 deletions(-) delete mode 100644 docs/build/unreleased/173.rst delete mode 100644 docs/build/unreleased/exclude_tests.rst diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst index 174b82e..cc76b53 100644 --- a/docs/build/changelog.rst +++ b/docs/build/changelog.rst @@ -4,7 +4,22 @@ Changelog .. changelog:: :version: 1.0.2 - :include_notes_from: unreleased + :released: Fri Aug 7 2020 + + .. change:: + :tags: feature, memcached + :tickets: 173 + + Added support for TLS connections to the bmemcached backend. Pull request + courtesy Moisés Guimarães de Medeiros. + + .. change:: + :tags: bug, installation + + Repaired the setup.cfg file so that the source and wheel distributions will + not add the "tests" directory to the Python environment. Pull request + courtesy Michał Górny. + .. changelog:: :version: 1.0.1 diff --git a/docs/build/conf.py b/docs/build/conf.py index a6997ea..bce7ada 100644 --- a/docs/build/conf.py +++ b/docs/build/conf.py @@ -74,7 +74,7 @@ # The short X.Y version. version = dogpile.__version__ # The full version, including alpha/beta/rc tags. -release = "1.0.1" +release = "1.0.2" # The language for content autogenerated by Sphinx. Refer to documentation diff --git a/docs/build/unreleased/173.rst b/docs/build/unreleased/173.rst deleted file mode 100644 index 4d7deb6..0000000 --- a/docs/build/unreleased/173.rst +++ /dev/null @@ -1,6 +0,0 @@ -.. change:: - :tags: feature, memcached - :tickets: 173 - - Added support for TLS connections to the bmemcached backend. Pull request - courtesy Moisés Guimarães de Medeiros. diff --git a/docs/build/unreleased/exclude_tests.rst b/docs/build/unreleased/exclude_tests.rst deleted file mode 100644 index afddfc8..0000000 --- a/docs/build/unreleased/exclude_tests.rst +++ /dev/null @@ -1,7 +0,0 @@ -.. change:: - :tags: bug, installation - - Repaired the setup.cfg file so that the source and wheel distributions will - not add the "tests" directory to the Python environment. Pull request - courtesy Michał Górny. -