Skip to content

Commit 236b254

Browse files
author
python-desert
authored
Bump version
2 parents 4a4546c + f167d51 commit 236b254

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
2020.01.03
2+
--------------
3+
4+
Changes
5+
^^^^^^^^
6+
7+
- ``Optional`` fields allow ``None``. `#11 https://github.com/python-desert/desert/issues/11`__. Thanks to @sveinse for reporting and testing.
8+
19
2019.12.18
210
--------------
311

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
year = "2019"
3030
author = "Desert contributors"
3131
copyright = "{0}, {1}".format(year, author)
32-
version = release = "2019.12.18"
32+
version = release = "2020.01.03"
3333

3434
pygments_style = "trac"
3535
templates_path = ["."]

src/desert/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2019.12.18"
1+
__version__ = "2020.01.03"

0 commit comments

Comments
 (0)