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 88da7a9 commit 6d98f2cCopy full SHA for 6d98f2c
CHANGES.rst
@@ -1,7 +1,7 @@
1
Changelog
2
=========
3
4
-8.0.0a12 (unreleased)
+8.0.0a12 (2020-03-30)
5
---------------------
6
7
- Fix millisecond management in datetime indexes
setup.py
from setuptools import setup
from setuptools import find_packages
-version = "8.0.0a12.dev0"
+version = "8.0.0a12"
long_description = "\n\n".join(
[open("README.rst").read(), open("CHANGES.rst").read()])
0 commit comments