Skip to content

Commit

Permalink
Bump to v3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
robin900 committed Nov 30, 2020
1 parent 7dd9268 commit 44752d5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@ Changelog
=========


v3.1.2 (2020-11-30)
-------------------
- Bump to version v3.1.2. [Robin Thomas]
- Allow for DataFrame cell input values to be unicode objects in Python
2. [Robin Thomas]
- Black/flake8 all the things. [Robin Thomas]


v3.1.1 (2020-10-14)
-------------------
- Bump to v3.1.1. [Robin Thomas]
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.1
3.1.2
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
install_requires=[
'gspread>=3.0.0',
'pandas>=0.14.0',
'six'
'six>=1.12.0'
],
tests_require=['oauth2client'] + ([] if PY3 else ['mock']),
description='Read/write gspread worksheets using pandas DataFrames',
Expand Down

0 comments on commit 44752d5

Please sign in to comment.