File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Release History
22===============
33
4+ 2.0.1 (2018-04-01)
5+ ------------------
6+
7+ * Fixed #518
8+ * Include v4 in setup.py
9+ * Fetch all spreadsheets in Spreadsheet.list_spreadsheet_files
10+
11+
4122.0.0 (2018-03-11)
513------------------
614
Original file line number Diff line number Diff line change 88
99"""
1010
11- __version__ = '2.0.0 '
11+ __version__ = '2.0.1 '
1212__author__ = 'Anton Burnashev'
1313
1414
Original file line number Diff line number Diff line change 1010 from distutils .core import setup
1111
1212if sys .argv [- 1 ] == 'publish' :
13- os .system ('python setup.py sdist upload ' )
13+ os .system ('python setup.py sdist bdist_wheel ' )
1414 sys .exit ()
1515
16+
1617def read (filename ):
1718 return open (os .path .join (os .path .dirname (__file__ ), filename )).read ()
1819
20+
1921description = 'Google Spreadsheets Python API'
2022
2123long_description = """
You can’t perform that action at this time.
0 commit comments