From c504d07190a38f766b9137df3cf737d70ddf7138 Mon Sep 17 00:00:00 2001 From: Sandro Dias Pinto Vitenti Date: Tue, 2 Apr 2024 14:35:32 -0300 Subject: [PATCH] Updated version to the bugfix release v1.7.2. --- docs/conf.py | 2 +- firecrown/version.py | 4 ++-- tests/test_version.py | 2 +- tutorial/development_example.qmd | 2 +- tutorial/intro_article.qmd | 2 +- tutorial/introduction_to_firecrown.qmd | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index c208efb3..6210e10d 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.8.0a0" +release = "1.7.2" # -- General configuration --------------------------------------------------- diff --git a/firecrown/version.py b/firecrown/version.py index 4e1f0887..baa6d465 100644 --- a/firecrown/version.py +++ b/firecrown/version.py @@ -8,6 +8,6 @@ """ FIRECROWN_MAJOR = 1 -FIRECROWN_MINOR = 8 -FIRECROWN_PATCH = "0a0" +FIRECROWN_MINOR = 7 +FIRECROWN_PATCH = 2 __version__ = f"{FIRECROWN_MAJOR}.{FIRECROWN_MINOR}.{FIRECROWN_PATCH}" diff --git a/tests/test_version.py b/tests/test_version.py index 35728c6d..21777aa0 100644 --- a/tests/test_version.py +++ b/tests/test_version.py @@ -8,4 +8,4 @@ def test_version(): - assert firecrown.__version__ == "1.8.0a0" + assert firecrown.__version__ == "1.7.2" diff --git a/tutorial/development_example.qmd b/tutorial/development_example.qmd index 8584f407..de658040 100644 --- a/tutorial/development_example.qmd +++ b/tutorial/development_example.qmd @@ -1,6 +1,6 @@ --- title: "Developing a New Likelihood" -subtitle: "Version 1.8.0a0" +subtitle: "Version 1.7.2" authors: - Marc Paterno - Sandro Vitenti diff --git a/tutorial/intro_article.qmd b/tutorial/intro_article.qmd index 99f46a45..f909d64b 100644 --- a/tutorial/intro_article.qmd +++ b/tutorial/intro_article.qmd @@ -1,6 +1,6 @@ --- title: "An Introduction to Firecrown" -subtitle: "Version 1.8.0a0" +subtitle: "Version 1.7.2" author: - Marc Paterno - Sandro Vitenti diff --git a/tutorial/introduction_to_firecrown.qmd b/tutorial/introduction_to_firecrown.qmd index e8f217aa..8130bf15 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.8.0a0" +subtitle: "Version 1.7.2" authors: - Marc Paterno - Sandro Vitenti