summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2020-07-19 13:38:40 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2020-07-19 13:38:40 -0400
commit68bd15d077f5d09de22e26c6503c0379257d1aea (patch)
tree5d199ab173065612c6f19eb5ae43316da07c00c8
parent6872150b7d57f25597226bb4547aa1b1c35bc5fe (diff)
downloaddogpile-cache-68bd15d077f5d09de22e26c6503c0379257d1aea.tar.gz
- 1.0.0rel_1_0_0
-rw-r--r--docs/build/changelog.rst22
-rw-r--r--docs/build/conf.py2
-rw-r--r--docs/build/unreleased/181.rst6
-rw-r--r--docs/build/unreleased/183.rst5
-rw-r--r--docs/build/unreleased/py3.rst6
5 files changed, 22 insertions, 19 deletions
diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst
index 12c0adc..ce9564f 100644
--- a/docs/build/changelog.rst
+++ b/docs/build/changelog.rst
@@ -4,7 +4,27 @@ Changelog
.. changelog::
:version: 1.0.0
- :include_notes_from: unreleased
+ :released: Sun Jul 19 2020
+
+ .. change::
+ :tags: change: py3k
+
+ For version 1.0.0, dogpile.cache now supports Python 3.5 and above
+ only.
+
+
+ .. change::
+ :tags: feature
+
+ Improved plugin scanner performance by switching from pkg_resources
+ to stevedore.
+
+ .. change::
+ :tags: feature, redis
+ :tickets: 181
+
+ Added support for Redis Sentinel. Pull request courtesy Stéphane Brunner.
+ See :class:`.RedisSentinelBackend`.
.. changelog::
:version: 0.9.2
diff --git a/docs/build/conf.py b/docs/build/conf.py
index 26ff3d2..9ba840b 100644
--- a/docs/build/conf.py
+++ b/docs/build/conf.py
@@ -74,7 +74,7 @@ copyright = u"2011-2020 Mike Bayer"
# The short X.Y version.
version = dogpile.__version__
# The full version, including alpha/beta/rc tags.
-release = "0.9.2"
+release = "1.0.0"
# The language for content autogenerated by Sphinx. Refer to documentation
diff --git a/docs/build/unreleased/181.rst b/docs/build/unreleased/181.rst
deleted file mode 100644
index d499a72..0000000
--- a/docs/build/unreleased/181.rst
+++ /dev/null
@@ -1,6 +0,0 @@
-.. change::
- :tags: feature, redis
- :tickets: 181
-
- Added support for Redis Sentinel. Pull request courtesy Stéphane Brunner.
- See :class:`.RedisSentinelBackend`.
diff --git a/docs/build/unreleased/183.rst b/docs/build/unreleased/183.rst
deleted file mode 100644
index 0d8c91d..0000000
--- a/docs/build/unreleased/183.rst
+++ /dev/null
@@ -1,5 +0,0 @@
-.. change::
- :tags: feature
-
- Improved plugin scanner performance by switching from pkg_resources
- to stevedore.
diff --git a/docs/build/unreleased/py3.rst b/docs/build/unreleased/py3.rst
deleted file mode 100644
index 4a85d69..0000000
--- a/docs/build/unreleased/py3.rst
+++ /dev/null
@@ -1,6 +0,0 @@
-.. change::
- :tags: change: py3k
-
- For version 1.0.0, dogpile.cache now supports Python 3.5 and above
- only.
-