Skip to content

Commit

Permalink
Bump to v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robin900 committed Dec 21, 2020
1 parent 9a199d0 commit 9b3c891
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -2,8 +2,18 @@ Changelog
=========


v3.2.0 (2020-12-21)
-------------------
- Bump to v3.2.0. [Robin Thomas]
- Fixes #35. Use `to_numpy('object')` to perform needed type conversions
(#36) [Robin Thomas]

Fixes #35. Use `to_numpy('object')` to perform needed type conversions (#36) on frame and index values before attempting to update cell values in the worksheet. Now requires Pandas>=0.24.0 instead of >=0.14.0.


v3.1.3 (2020-12-06)
-------------------
- Bump to v3.1.3. [Robin Thomas]
- Fixes #34 by correctly escaping formula expressions =XXX when
allow_formulas=False. [Robin Thomas]
- Add 3.9 to travis build. [Robin Thomas]
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
3.1.3
3.2.0

0 comments on commit 9b3c891

Please sign in to comment.