summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2020-07-21 14:54:54 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2020-07-21 14:54:54 -0400
commit1753e50129f4f327cd8e384a1f25b5430d65bf1b (patch)
treee4b4d9ebf7c2a234b27478d6247dda618b6e04e6
parentaaaf5d3ae43a555e69a8a01ba33733ae2875b845 (diff)
downloaddogpile-cache-1753e50129f4f327cd8e384a1f25b5430d65bf1b.tar.gz
- 1.0.1rel_1_0_1
-rw-r--r--docs/build/changelog.rst19
-rw-r--r--docs/build/conf.py2
-rw-r--r--docs/build/unreleased/184.rst8
-rw-r--r--docs/build/unreleased/185.rst7
4 files changed, 19 insertions, 17 deletions
diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst
index f6bd897..61b360c 100644
--- a/docs/build/changelog.rst
+++ b/docs/build/changelog.rst
@@ -4,7 +4,24 @@ Changelog
.. changelog::
:version: 1.0.1
- :include_notes_from: unreleased
+ :released: Tue Jul 21 2020
+
+ .. change::
+ :tags: bug, install
+ :tickets: 184
+
+ dogpile.cache 1.0.0 was released with a minimum Python version of 3.5.
+ However, due to a dependency issue, the minimum version is now Python 3.6.
+ The 1.0.0 release will be removed from PyPI so that Python versions prior
+ to 3.6 will continue to make use of the previous dogpile.cache 0.9.2.
+
+ .. change::
+ :tags: bug, installation
+ :tickets: 185
+
+ Removed the "universal=1" directive from setup.cfg as this would create
+ py2/py3 wheels. dogpile 1.0.x is Python 3 only so a py3-only wheel is now
+ created.
.. changelog::
:version: 1.0.0
diff --git a/docs/build/conf.py b/docs/build/conf.py
index 9ba840b..a6997ea 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 = "1.0.0"
+release = "1.0.1"
# The language for content autogenerated by Sphinx. Refer to documentation
diff --git a/docs/build/unreleased/184.rst b/docs/build/unreleased/184.rst
deleted file mode 100644
index 165a39a..0000000
--- a/docs/build/unreleased/184.rst
+++ /dev/null
@@ -1,8 +0,0 @@
-.. change::
- :tags: bug, install
- :tickets: 184
-
- dogpile.cache 1.0.0 was released with a minimum Python version of 3.5.
- However, due to a dependency issue, the minimum version is now Python 3.6.
- The 1.0.0 release will be removed from PyPI so that Python versions prior
- to 3.6 will continue to make use of the previous dogpile.cache 0.9.2.
diff --git a/docs/build/unreleased/185.rst b/docs/build/unreleased/185.rst
deleted file mode 100644
index bb56298..0000000
--- a/docs/build/unreleased/185.rst
+++ /dev/null
@@ -1,7 +0,0 @@
-.. change::
- :tags: bug, installation
- :tickets: 185
-
- Removed the "universal=1" directive from setup.cfg as this would create
- py2/py3 wheels. dogpile 1.0.x is Python 3 only so a py3-only wheel is now
- created.