Skip to content

Commit 16eebf0

Browse files
committed
uprev
1 parent d293773 commit 16eebf0

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.1 (2018-XX-XX)
6+
v0.12.1 (2018-07-31)
77
....................
88
* fix schema generation for fields defined using ``typing.Any`` #237
99

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.12')
5+
VERSION = StrictVersion('0.12.1')

0 commit comments

Comments
 (0)