Skip to content

Commit b80ea11

Browse files
authored
Update custom_README.rst.jj2
1 parent ad4aa68 commit b80ea11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.moban.d/custom_README.rst.jj2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ You are likely to use it with `pyexcel <https://github.com/pyexcel/pyexcel>`_.
1111
Oct 2021 - Update:
1212
===================
1313

14-
1. v0.6.3 removed the pin on xlrd < 2. If you have xlrd >= 2, this
14+
1. v0.7.0 removed the pin on xlrd < 2. If you have xlrd >= 2, this
1515
library will NOT read 'xlsx' format and you need to install pyexcel-xlsx. Othwise,
1616
this library can use xlrd < 2 to read xlsx format for you. So 'xlsx' support
1717
in this library will vary depending on the installed version of xlrd.
1818

19-
2. v0.6.3 can write datetime.timedelta. but when the value is read out,
19+
2. v0.7.0 can write datetime.timedelta. but when the value is read out,
2020
you will get datetime.datetime. so you as the developer decides what to do with it.
2121

2222
Past news

0 commit comments

Comments
 (0)