From a03dd53e7297d730a17e40587866d57b0140dec1 Mon Sep 17 00:00:00 2001 From: Siddharth Ravikumar Date: Tue, 22 Dec 2015 16:47:19 -0500 Subject: README.rst: fixed lint errors. --- ChangeLog | 4 ++++ README.rst | 2 -- combox/_version.py | 2 +- docs/index.rst | 2 ++ 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index e64335d..9f09bfd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2015-12-22 Siddharth Ravikumar + + * README.rst: fixed lint errors. + 2015-12-22 Siddharth Ravikumar * combox/_version.py: bumped to version 0.2.0.rc1 diff --git a/README.rst b/README.rst index 1466c1f..084f712 100644 --- a/README.rst +++ b/README.rst @@ -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 @@ # . __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:: -- cgit v1.2.3