prepare for new version update history

This commit is contained in:
Samuel Colvin
2018-03-25 15:50:36 +01:00
parent 233aa9b9d3
commit 76db984cc1
5 changed files with 8 additions and 4 deletions
+4
View File
@@ -3,6 +3,10 @@
History
-------
v0.8.0 (2018-03-XX)
...................
* fix type annotation for ``inherit_config`` #139
v0.7.1 (2018-02-07)
...................
* fix bug with ``create_model`` modifying the base class
+1 -1
View File
@@ -3,7 +3,7 @@
.PHONY: install
install:
pip install -U setuptools pip
pip install -r requirements.txt
pip install -U -r requirements.txt
pip install -U .
.PHONY: isort
+1 -1
View File
@@ -1,4 +1,4 @@
docutils==0.14
Pygments==2.2.0
Sphinx==1.7.1
Sphinx==1.7.2
sphinxcontrib-websupport==1.0.1
+1 -1
View File
@@ -2,4 +2,4 @@ from distutils.version import StrictVersion
__all__ = ['VERSION']
VERSION = StrictVersion('0.7.1')
VERSION = StrictVersion('0.8.0')
+1 -1
View File
@@ -4,7 +4,7 @@ isort==4.3.4
mypy==0.560
pycodestyle==2.3.1
pyflakes==1.6.0
pytest==3.4.1
pytest==3.5.0
pytest-cov==2.5.1
pytest-isort==0.1.0
pytest-mock==1.7.1