Skip to content
This repository was archived by the owner on Oct 17, 2022. It is now read-only.

Bump ver #527

Merged
merged 2 commits into from
Apr 27, 2020
Merged
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
4 changes: 2 additions & 2 deletions 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.0"
release = "3.0.0"
release = "3.0.1"

project = u"Apache CouchDB\u00ae"

Expand Down Expand Up @@ -72,7 +72,7 @@
html_context = {
"ga_code": "UA-658988-6",
# Enable the "Edit in GitHub link within the header of each page.
"display_github": True,
"display_github": False,
# Set the following variables to generate the resulting github URL for each page.
# Format Template: https://{{ github_host|default("github.com") }}/{{ github_user }}/{{ github_repo }}/blob/{{ github_version }}{{ conf_py_path }}{{ pagename }}{{ suffix }}
"github_user": "apache",
Expand Down