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:20:53 UTC

[couchdb-documentation] branch master updated: bump version

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 9c7aac1  bump version
9c7aac1 is described below

commit 9c7aac1ffc3a3ecc8242700a1205a379b8c49ca2
Author: Joan Touzet <jo...@atypical.net>
AuthorDate: Thu Jul 12 10:08:26 2018 -0400

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

diff --git a/src/conf.py b/src/conf.py
index 6f7a62e..34ef1bd 100644
--- a/src/conf.py
+++ b/src/conf.py
@@ -28,8 +28,8 @@ source_suffix = ".rst"
 nitpicky = True
 
 # should be over-written using rebar-inherited settings
-version = '2.1'
-release = '2.1.0'
+version = '2.2'
+release = '2.2.0'
 
 project = 'Apache CouchDB'