File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
1
CHANGELOG
2
2
=========
3
3
4
+ 1.0.16: 2019-04-12
5
+ ------------------
6
+
7
+ Fixes:
8
+ - Fixes DeprecationWarning when trying to import collections.Mapping.
9
+
10
+
4
11
1.0.15: 2017-07-27
5
12
------------------
6
13
Original file line number Diff line number Diff line change 51
51
# built documents.
52
52
#
53
53
# The short X.Y version.
54
- version = '1.0.15 '
54
+ version = '1.0.16 '
55
55
# The full version, including alpha/beta/rc tags.
56
- release = '1.0.15 '
56
+ release = '1.0.16 '
57
57
58
58
# The language for content autogenerated by Sphinx. Refer to documentation
59
59
# for a list of supported languages.
Original file line number Diff line number Diff line change 19
19
20
20
21
21
# Don't forget to update in `docs/conf.py`!
22
- __version__ = '1.0.15 '
22
+ __version__ = '1.0.16 '
You can’t perform that action at this time.
0 commit comments