summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernat Gabor <bgabor8@bloomberg.net>2018-07-09 15:06:07 +0100
committerBernat Gabor <bgabor8@bloomberg.net>2018-07-09 15:06:07 +0100
commitf398735e84633d26ae0eec12d2615a9e9cb353cc (patch)
treee06086d2c7b5332ca963e2195a32bf5b8c854541
parentd9e0b677033172197d3a4d45eeeb26b974269b3a (diff)
downloadtox-git-3.1.1.tar.gz
release 3.1.13.1.1
-rw-r--r--CHANGELOG.rst11
-rw-r--r--changelog/879.bugfix.rst1
2 files changed, 11 insertions, 1 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 7c9fd7df..97defc0d 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -12,6 +12,17 @@ with advance notice in the **Deprecations** section of releases.
.. towncrier release notes start
+3.1.1 (2018-07-09)
+------------------
+
+Bugfixes
+^^^^^^^^
+
+- PyPi documentation for ``3.1.0`` is broken. Added test to check for this, and
+ fix it by :user:`gaborbernat`. (`#879
+ <https://github.com/tox-dev/tox/issues/879>`_)
+
+
3.1.0 (2018-07-08)
------------------
diff --git a/changelog/879.bugfix.rst b/changelog/879.bugfix.rst
deleted file mode 100644
index 3dec1718..00000000
--- a/changelog/879.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-PyPi documentation for ``3.1.0`` is broken. Added test to check for this, and fix it by :user:`gaborbernat`.