Skip to content

Commit 86da135

Browse files
committed
prepare for deploy
1 parent e0d8d96 commit 86da135

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

HISTORY.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
History
44
-------
55

6-
v0.12.0 (2018-XX-XX)
6+
v0.12.0 (2018-07-31)
77
....................
88
* add ``by_alias`` argument in ``.dict()`` and ``.json()`` model methods #205
99
* add Json type support #214

pydantic/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
__all__ = ['VERSION']
44

5-
VERSION = StrictVersion('0.12a1')
5+
VERSION = StrictVersion('0.12')

0 commit comments

Comments
 (0)