diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | README.rst | 2 | ||||
-rw-r--r-- | combox/_version.py | 2 | ||||
-rw-r--r-- | docs/index.rst | 2 |
4 files changed, 7 insertions, 3 deletions
@@ -1,5 +1,9 @@ 2015-12-22 Siddharth Ravikumar <sravik@bgsu.edu> + * README.rst: fixed lint errors. + +2015-12-22 Siddharth Ravikumar <sravik@bgsu.edu> + * combox/_version.py: bumped to version 0.2.0.rc1 2015-12-22 Siddharth Ravikumar <sravik@bgsu.edu> @@ -2,8 +2,6 @@ combox ====== -.. highlight:: bash - Encrypts files and scatters them across storage provided by Google Drive and Dropbox. diff --git a/combox/_version.py b/combox/_version.py index 31c2bdb..938439d 100644 --- a/combox/_version.py +++ b/combox/_version.py @@ -19,7 +19,7 @@ # <http://www.gnu.org/licenses/>. __version__ = u"0.2" -__release__ = u"0.rc1" +__release__ = u"0.rc2" def get_version(): diff --git a/docs/index.rst b/docs/index.rst index ec5c161..ba111e9 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,3 +1,5 @@ +.. highlight:: bash + .. include:: ../README.rst .. toctree:: |