diff --git a/docs/conf.py b/docs/conf.py index c1abfc2f..715149a1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -23,7 +23,7 @@ author = "LSST DESC Firecrown Contributors" # The full version, including alpha/beta/rc tags -release = "1.7.4" +release = "1.7.5" # -- General configuration --------------------------------------------------- diff --git a/firecrown/version.py b/firecrown/version.py index 22717d03..f9428dd8 100644 --- a/firecrown/version.py +++ b/firecrown/version.py @@ -9,5 +9,5 @@ FIRECROWN_MAJOR = 1 FIRECROWN_MINOR = 7 -FIRECROWN_PATCH = 4 +FIRECROWN_PATCH = 5 __version__ = f"{FIRECROWN_MAJOR}.{FIRECROWN_MINOR}.{FIRECROWN_PATCH}" diff --git a/tests/test_version.py b/tests/test_version.py index 4fdc81bb..4913bc52 100644 --- a/tests/test_version.py +++ b/tests/test_version.py @@ -8,4 +8,4 @@ def test_version(): - assert firecrown.__version__ == "1.7.4" + assert firecrown.__version__ == "1.7.5" diff --git a/tutorial/development_example.qmd b/tutorial/development_example.qmd index 59a319a3..b16cdf5d 100644 --- a/tutorial/development_example.qmd +++ b/tutorial/development_example.qmd @@ -1,6 +1,6 @@ --- title: "Developing a New Likelihood" -subtitle: "Version 1.7.4" +subtitle: "Version 1.7.5" authors: - Marc Paterno - Sandro Vitenti diff --git a/tutorial/intro_article.qmd b/tutorial/intro_article.qmd index eaa1df22..22c6f7a2 100644 --- a/tutorial/intro_article.qmd +++ b/tutorial/intro_article.qmd @@ -1,6 +1,6 @@ --- title: "An Introduction to Firecrown" -subtitle: "Version 1.7.4" +subtitle: "Version 1.7.5" author: - Marc Paterno - Sandro Vitenti diff --git a/tutorial/introduction_to_firecrown.qmd b/tutorial/introduction_to_firecrown.qmd index b53b2387..0244acb6 100644 --- a/tutorial/introduction_to_firecrown.qmd +++ b/tutorial/introduction_to_firecrown.qmd @@ -1,6 +1,6 @@ --- title: An Introduction to Firecrown -subtitle: "Version 1.7.4" +subtitle: "Version 1.7.5" authors: - Marc Paterno - Sandro Vitenti