mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
prepare for new version update history
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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,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
@@ -2,4 +2,4 @@ from distutils.version import StrictVersion
|
||||
|
||||
__all__ = ['VERSION']
|
||||
|
||||
VERSION = StrictVersion('0.7.1')
|
||||
VERSION = StrictVersion('0.8.0')
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user