Skip to content

Commit 4e1d367

Browse files
committed
3.19.0
1 parent 5eb290a commit 4e1d367

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@
8989
# built documents.
9090
#
9191
# The short X.Y version.
92-
version = "3.19.0rc0"
92+
version = "3.19.0"
9393
# The full version, including alpha/beta/rc tags.
94-
release = "3.19.0rc0"
94+
release = "3.19.0"
9595

9696
# The language for content autogenerated by Sphinx. Refer to documentation
9797
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# default_version is the version if "git describe --tags" falls through
2323
# Addtional package info is set in foqus_lib/version/version.template.
2424
# The version module, just makes it a bit easier for FOQUS to pull package info
25-
default_version = "3.19.0rc0"
25+
default_version = "3.19.0"
2626

2727
try:
2828
version = (

0 commit comments

Comments
 (0)