File tree Expand file tree Collapse file tree 8 files changed +13
-13
lines changed
Expand file tree Collapse file tree 8 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 5858# The short X.Y version.
5959version = u'0.5'
6060# The full version, including alpha/beta/rc tags.
61- release = u'0.5'
61+ release = u'0.5.1 '
6262
6363# The language for content autogenerated by Sphinx. Refer to documentation
6464# for a list of supported languages.
Original file line number Diff line number Diff line change 11# Sphinx build info version 1
22# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3- config: eb45d4e09b9e0a26dd674fb0e3dee21a
3+ config: ade53b7a075a597f39d2d491939313d9
44tags: 645f666f9bcd5a90fca523b33c5a78b7
Original file line number Diff line number Diff line change 66 < head >
77 < meta http-equiv ="Content-Type " content ="text/html; charset=utf-8 " />
88
9- < title > gdocrevisions API reference — gdocrevisions 0.5 documentation</ title >
9+ < title > gdocrevisions API reference — gdocrevisions 0.5.1 documentation</ title >
1010
1111 < link rel ="stylesheet " href ="_static/alabaster.css " type ="text/css " />
1212 < link rel ="stylesheet " href ="_static/pygments.css " type ="text/css " />
1313
1414 < script type ="text/javascript ">
1515 var DOCUMENTATION_OPTIONS = {
1616 URL_ROOT : './' ,
17- VERSION : '0.5' ,
17+ VERSION : '0.5.1 ' ,
1818 COLLAPSE_INDEX : false ,
1919 FILE_SUFFIX : '.html' ,
2020 HAS_SOURCE : true ,
Original file line number Diff line number Diff line change 77 < head >
88 < meta http-equiv ="Content-Type " content ="text/html; charset=utf-8 " />
99
10- < title > Index — gdocrevisions 0.5 documentation</ title >
10+ < title > Index — gdocrevisions 0.5.1 documentation</ title >
1111
1212 < link rel ="stylesheet " href ="_static/alabaster.css " type ="text/css " />
1313 < link rel ="stylesheet " href ="_static/pygments.css " type ="text/css " />
1414
1515 < script type ="text/javascript ">
1616 var DOCUMENTATION_OPTIONS = {
1717 URL_ROOT : './' ,
18- VERSION : '0.5' ,
18+ VERSION : '0.5.1 ' ,
1919 COLLAPSE_INDEX : false ,
2020 FILE_SUFFIX : '.html' ,
2121 HAS_SOURCE : true ,
Original file line number Diff line number Diff line change 66 < head >
77 < meta http-equiv ="Content-Type " content ="text/html; charset=utf-8 " />
88
9- < title > gdocrevisions: Google Doc Revisions — gdocrevisions 0.5 documentation</ title >
9+ < title > gdocrevisions: Google Doc Revisions — gdocrevisions 0.5.1 documentation</ title >
1010
1111 < link rel ="stylesheet " href ="_static/alabaster.css " type ="text/css " />
1212 < link rel ="stylesheet " href ="_static/pygments.css " type ="text/css " />
1313
1414 < script type ="text/javascript ">
1515 var DOCUMENTATION_OPTIONS = {
1616 URL_ROOT : './' ,
17- VERSION : '0.5' ,
17+ VERSION : '0.5.1 ' ,
1818 COLLAPSE_INDEX : false ,
1919 FILE_SUFFIX : '.html' ,
2020 HAS_SOURCE : true ,
Original file line number Diff line number Diff line change 66 < head >
77 < meta http-equiv ="Content-Type " content ="text/html; charset=utf-8 " />
88
9- < title > Python Module Index — gdocrevisions 0.5 documentation</ title >
9+ < title > Python Module Index — gdocrevisions 0.5.1 documentation</ title >
1010
1111 < link rel ="stylesheet " href ="_static/alabaster.css " type ="text/css " />
1212 < link rel ="stylesheet " href ="_static/pygments.css " type ="text/css " />
1313
1414 < script type ="text/javascript ">
1515 var DOCUMENTATION_OPTIONS = {
1616 URL_ROOT : './' ,
17- VERSION : '0.5' ,
17+ VERSION : '0.5.1 ' ,
1818 COLLAPSE_INDEX : false ,
1919 FILE_SUFFIX : '.html' ,
2020 HAS_SOURCE : true ,
Original file line number Diff line number Diff line change 66 < head >
77 < meta http-equiv ="Content-Type " content ="text/html; charset=utf-8 " />
88
9- < title > Search — gdocrevisions 0.5 documentation</ title >
9+ < title > Search — gdocrevisions 0.5.1 documentation</ title >
1010
1111 < link rel ="stylesheet " href ="_static/alabaster.css " type ="text/css " />
1212 < link rel ="stylesheet " href ="_static/pygments.css " type ="text/css " />
1313
1414 < script type ="text/javascript ">
1515 var DOCUMENTATION_OPTIONS = {
1616 URL_ROOT : './' ,
17- VERSION : '0.5' ,
17+ VERSION : '0.5.1 ' ,
1818 COLLAPSE_INDEX : false ,
1919 FILE_SUFFIX : '.html' ,
2020 HAS_SOURCE : true ,
Original file line number Diff line number Diff line change 11from setuptools import setup
22
33setup (name = 'gdocrevisions' ,
4- version = '0.5' ,
4+ version = '0.5.1 ' ,
55 description = 'Package for downloading and analyzing google doc revision history data.' ,
66 url = 'https://github.com/harvard-vpal/gdocrevisions' ,
77 author = 'Andrew Ang' ,
You can’t perform that action at this time.
0 commit comments