summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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`.