Skip to content

Commit 6db75c9

Browse files
committed
Get ready for a release
1 parent 999c3e4 commit 6db75c9

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

docs/changes.rst

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@ Changes
33

44
.. currentmodule:: xlrd
55

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+
617
1.1.0 (22 August 2017)
718
----------------------
819

xlrd/info.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = __VERSION__ = "1.1.0"
1+
__version__ = __VERSION__ = "1.2.0"

0 commit comments

Comments
 (0)