You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wo...@apache.org on 2018/07/12 14:09:21 UTC

[couchdb-documentation] branch 2.1.x updated: fix version number

This is an automated email from the ASF dual-hosted git repository.

wohali pushed a commit to branch 2.1.x
in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git


The following commit(s) were added to refs/heads/2.1.x by this push:
     new ca5b29f  fix version number
ca5b29f is described below

commit ca5b29ffc9b1c75fc858e5ec7d6dc52495261a71
Author: Joan Touzet <jo...@atypical.net>
AuthorDate: Thu Jul 12 10:09:00 2018 -0400

    fix version number
---
 src/conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/conf.py b/src/conf.py
index 6f7a62e..c5681f7 100644
--- a/src/conf.py
+++ b/src/conf.py
@@ -29,7 +29,7 @@ nitpicky = True
 
 # should be over-written using rebar-inherited settings
 version = '2.1'
-release = '2.1.0'
+release = '2.1.2'
 
 project = 'Apache CouchDB'