Skip to content

Commit

Permalink
Updated version to the bugfix release v1.7.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
vitenti committed Apr 2, 2024
1 parent 8ae0ffb commit c504d07
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions firecrown/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
2 changes: 1 addition & 1 deletion tests/test_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@


def test_version():
assert firecrown.__version__ == "1.8.0a0"
assert firecrown.__version__ == "1.7.2"
2 changes: 1 addition & 1 deletion tutorial/development_example.qmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Developing a New Likelihood"
subtitle: "Version 1.8.0a0"
subtitle: "Version 1.7.2"
authors:
- Marc Paterno
- Sandro Vitenti
Expand Down
2 changes: 1 addition & 1 deletion tutorial/intro_article.qmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "An Introduction to Firecrown"
subtitle: "Version 1.8.0a0"
subtitle: "Version 1.7.2"
author:
- Marc Paterno
- Sandro Vitenti
Expand Down
2 changes: 1 addition & 1 deletion tutorial/introduction_to_firecrown.qmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: An Introduction to Firecrown
subtitle: "Version 1.8.0a0"
subtitle: "Version 1.7.2"
authors:
- Marc Paterno
- Sandro Vitenti
Expand Down

0 comments on commit c504d07

Please sign in to comment.