Skip to content

Commit

Permalink
docsrc/conf.py: release 3.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
elliefm committed Jan 31, 2022
1 parent 62ef04f commit c9248b7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docsrc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
extensions.append('sphinxlocal.sitemap')

# We publish master branch at /dev
# Other branches are available at multiple locations (3.0 is at 3.0 and stable and /).
# Other branches are available at multiple locations (3.4 is at 3.4 and stable and /).
# Supply all webroots that this set of docs is available at.
sitemap_website = ["https://www.cyrusimap.org/3.4/"]

Expand Down Expand Up @@ -97,9 +97,9 @@
# May need to also update toplevel index.rst to point to other versions.
#
# The short X.Y version.
version = '3.4.2'
version = '3.4.3'
# The full version, including alpha/beta/rc tags.
release = '3.4.2'
release = '3.4.3 (stable)'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down Expand Up @@ -429,11 +429,11 @@
# When this is updated, you may also need to update the version and release
# definitions listed above to stay up to date.
rst_prolog = """
.. |imap_last_stable_version| replace:: 3.2.8
.. |imap_last_stable_version| replace:: 3.2.9
.. |imap_last_stable_branch| replace:: `cyrus-imapd-3.2`
.. |imap_current_stable_version| replace:: 3.4.2
.. |imap_current_stable_version| replace:: 3.4.3
.. |imap_current_stable_branch| replace:: `cyrus-imapd-3.4`
.. |imap_latest_development_version| replace:: 3.5.0-alpha0
.. |imap_latest_development_version| replace:: 3.7.0-alpha0
.. |imap_latest_development_branch| replace:: master
.. |imap_tikanga_stock_version| replace:: 2.3.7
.. |imap_santiago_stock_version| replace:: 2.3.16
Expand All @@ -446,11 +446,11 @@
.. |sasl_current_stable_version| replace:: 2.1.27
.. |imap_stable_release_notes| raw:: html
<a href="3.4/x/3.4.2.html">3.4.2</a>
<a href="3.4/x/3.4.3.html">3.4.3</a>
.. |imap_development_release_notes| raw:: html
<a href="3.5/x/3.5.0-alpha0.html">3.5.0-alpha0</a>
<a href="3.7/x/3.7.0-alpha0.html">3.7.0-alpha0</a>
"""

Expand Down

0 comments on commit c9248b7

Please sign in to comment.