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 2020/09/17 21:25:34 UTC

[couchdb-documentation] branch master updated: Bump version number to 3.1.1 (#592)

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 b59eec8  Bump version number to 3.1.1 (#592)
b59eec8 is described below

commit b59eec84e05d7690c083123a75d005df00808707
Author: Joan Touzet <wo...@users.noreply.github.com>
AuthorDate: Thu Sep 17 17:24:12 2020 -0400

    Bump version number to 3.1.1 (#592)
---
 src/conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/conf.py b/src/conf.py
index bcd1ddc..3f7996a 100644
--- a/src/conf.py
+++ b/src/conf.py
@@ -34,7 +34,7 @@ nitpicky = True
 
 # should be over-written using rebar-inherited settings
 version = "3.1"
-release = "3.1.0"
+release = "3.1.1"
 
 project = u"Apache CouchDB\u00ae"