We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d98f2c commit 52cb3eaCopy full SHA for 52cb3ea
CHANGES.rst
@@ -1,6 +1,12 @@
1
Changelog
2
=========
3
4
+8.0.0a13 (unreleased)
5
+---------------------
6
+
7
+- Nothing changed yet.
8
9
10
8.0.0a12 (2020-03-30)
11
---------------------
12
setup.py
@@ -1,7 +1,7 @@
from setuptools import setup
from setuptools import find_packages
-version = "8.0.0a12"
+version = "8.0.0a13.dev0"
long_description = "\n\n".join(
[open("README.rst").read(), open("CHANGES.rst").read()])
0 commit comments