Skip to content

Commit

Permalink
fix website banner
Browse files Browse the repository at this point in the history
  • Loading branch information
kaizhang committed Oct 24, 2023
1 parent 0a27a91 commit 3e8163d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
"navbar_center": ["version-switcher", "navbar-nav"],
"navbar_end": ["theme-switcher", "navbar-icon-links"],
"navbar_align": "left",
#"show_version_warning_banner": True,
"show_version_warning_banner": switcher_version == "dev",

"switcher": {
"version_match": switcher_version,
Expand Down
2 changes: 1 addition & 1 deletion snapatac2-python/snapatac2/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.5.2.dev0"
__version__ = "2.5.1"

0 comments on commit 3e8163d

Please sign in to comment.