We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 999c3e4 commit 6db75c9Copy full SHA for 6db75c9
docs/changes.rst
@@ -3,6 +3,17 @@ Changes
3
4
.. currentmodule:: xlrd
5
6
+1.2.0 (15 December 2018)
7
+------------------------
8
+
9
+- Added support for Python 3.7.
10
+- Added optional support for defusedxml to help mitigate exploits.
11
+- Automatically convert ``~`` in file paths to the current user's home
12
+ directory.
13
+- Removed ``examples`` directory from the installed package. They are still
14
+ available in the source distribution.
15
+- Fixed ``time.clock()`` deprecation warning.
16
17
1.1.0 (22 August 2017)
18
----------------------
19
xlrd/info.py
@@ -1 +1 @@
1
-__version__ = __VERSION__ = "1.1.0"
+__version__ = __VERSION__ = "1.2.0"
0 commit comments