Skip to content
This repository was archived by the owner on Oct 17, 2022. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ pipeline {
image "${DOCKER_IMAGE}"
label 'docker'
args "${DOCKER_ARGS}"
alwaysPull true
}
}
options {
Expand Down
2 changes: 1 addition & 1 deletion src/api/server/common.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1728,7 +1728,7 @@ containing only the requested individual statistic.

:>header Content-Type: :mimetype:`application/json`
:code 200: Request completed successfully
:code 404: The server is unavaialble for requests at this time.
:code 404: The server is unavailable for requests at this time.

**Response**:

Expand Down
2 changes: 1 addition & 1 deletion src/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

# should be over-written using rebar-inherited settings
version = "3.1"
release = "3.1.0"
release = "3.1.1"

project = u"Apache CouchDB\u00ae"

Expand Down