You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2016/08/29 21:39:34 UTC

documentation commit: updated refs/heads/master to 9772db0

Repository: couchdb-documentation
Updated Branches:
  refs/heads/master 1f6633f30 -> 9772db0a6


fix: whats new links on index page


Project: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/commit/9772db0a
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/tree/9772db0a
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/diff/9772db0a

Branch: refs/heads/master
Commit: 9772db0a6023c37d4e77d13aeda1237183aa4a54
Parents: 1f6633f
Author: Jan Lehnardt <ja...@apache.org>
Authored: Mon Aug 29 23:39:24 2016 +0200
Committer: Jan Lehnardt <ja...@apache.org>
Committed: Mon Aug 29 23:39:24 2016 +0200

----------------------------------------------------------------------
 src/conf.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-documentation/blob/9772db0a/src/conf.py
----------------------------------------------------------------------
diff --git a/src/conf.py b/src/conf.py
index 35a0e73..fd32898 100644
--- a/src/conf.py
+++ b/src/conf.py
@@ -26,8 +26,8 @@ source_suffix = ".rst"
 nitpicky = True
 
 # should be over-written using rebar-inherited settings
-version = '2.0.0'
-release = '2.0.0-git'
+version = '2.0'
+release = '2.0.0'
 
 project = 'Apache CouchDB'