Skip to content

Commit

Permalink
3.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lbianchi-lbl committed Mar 29, 2024
1 parent fca09f8 commit 362ca92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@
# built documents.
#
# The short X.Y version.
version = "3.21.0rc1"
version = "3.21.0"
# The full version, including alpha/beta/rc tags.
release = "3.21.0rc1"
release = "3.21.0"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# default_version is the version if "git describe --tags" falls through
# Additional package info is set in foqus_lib/version/version.template.
# The version module, just makes it a bit easier for FOQUS to pull package info
default_version = "3.21.0rc1"
default_version = "3.21.0"

try:
version = (
Expand Down

0 comments on commit 362ca92

Please sign in to comment.