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 20:36:59 UTC

[2/2] documentation commit: updated refs/heads/1.6.x to 5243953

feat: fix display version number


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

Branch: refs/heads/1.6.x
Commit: 5243953a215e91c4eca234e4a3caa7f1e3e83287
Parents: 5bfd43d
Author: Jan Lehnardt <ja...@apache.org>
Authored: Mon Aug 29 22:34:10 2016 +0200
Committer: Jan Lehnardt <ja...@apache.org>
Committed: Mon Aug 29 22:34:10 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/couchdb-documentation/blob/5243953a/src/conf.py
----------------------------------------------------------------------
diff --git a/src/conf.py b/src/conf.py
index 4152d35..e296fe3 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 = '1.7.0'
-release = '1.7.0-git'
+version = '1.6.1'
+release = '1.6.1'
 
 project = 'Apache CouchDB'