From 3578f6b803e2cd64fbb80cf42b91de1fc8b4ae3c Mon Sep 17 00:00:00 2001 From: Sandro Dias Pinto Vitenti Date: Mon, 16 Oct 2023 16:50:55 -0300 Subject: [PATCH] Version update 1.6.alpha to 1.6.0. (#328) --- firecrown/version.py | 2 +- tests/test_version.py | 2 +- tutorial/development_example.qmd | 2 +- tutorial/intro_article.qmd | 2 +- tutorial/introduction_to_firecrown.qmd | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/firecrown/version.py b/firecrown/version.py index cdeb5ef19..a12678643 100644 --- a/firecrown/version.py +++ b/firecrown/version.py @@ -9,5 +9,5 @@ FIRECROWN_MAJOR = 1 FIRECROWN_MINOR = 6 -FIRECROWN_PATCH = "0a0" +FIRECROWN_PATCH = "0" __version__ = f"{FIRECROWN_MAJOR}.{FIRECROWN_MINOR}.{FIRECROWN_PATCH}" diff --git a/tests/test_version.py b/tests/test_version.py index 3ba94e380..bb8c0c291 100644 --- a/tests/test_version.py +++ b/tests/test_version.py @@ -7,4 +7,4 @@ def test_version(): - assert firecrown.__version__ == "1.6.0a0" + assert firecrown.__version__ == "1.6.0" diff --git a/tutorial/development_example.qmd b/tutorial/development_example.qmd index 643baa072..3cf3aeeb9 100644 --- a/tutorial/development_example.qmd +++ b/tutorial/development_example.qmd @@ -1,6 +1,6 @@ --- title: An Introduction to Firecrown -subtitle: "Version 1.6.alpha" +subtitle: "Version 1.6.0" authors: - Marc Paterno - Sandro Vitenti diff --git a/tutorial/intro_article.qmd b/tutorial/intro_article.qmd index 1932704b7..e93c8a6b2 100644 --- a/tutorial/intro_article.qmd +++ b/tutorial/intro_article.qmd @@ -1,6 +1,6 @@ --- title: "An Introduction to Firecrown" -subtitle: "Version 1.6.alpha" +subtitle: "Version 1.6.0" author: - Marc Paterno - Sandro Vitenti diff --git a/tutorial/introduction_to_firecrown.qmd b/tutorial/introduction_to_firecrown.qmd index 75b43d6af..242e13926 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.6.alpha" +subtitle: "Version 1.6.0" authors: - Marc Paterno - Sandro Vitenti