This commit is contained in:
Samuel Colvin
2018-11-15 12:30:22 +00:00
parent b5fdc0db1e
commit 31a0c2b1a9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
History
-------
v0.15 (2018-XX-XX)
v0.15 (2018-11-15)
..................
* move codebase to use black, #287 by @samuelcolvin
* fix alias use in settings, #286 by @jasonkuhrt and @samuelcolvin
+1 -1
View File
@@ -2,4 +2,4 @@ from distutils.version import StrictVersion
__all__ = ['VERSION']
VERSION = StrictVersion('0.15a1')
VERSION = StrictVersion('0.15')