Skip to content

Commit

Permalink
Bump version to 1.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
marcpaterno committed Jun 21, 2024
1 parent c4ca6e6 commit 449be29
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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.7.4"
release = "1.7.5"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion firecrown/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@

FIRECROWN_MAJOR = 1
FIRECROWN_MINOR = 7
FIRECROWN_PATCH = 4
FIRECROWN_PATCH = 5
__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.7.4"
assert firecrown.__version__ == "1.7.5"
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.7.4"
subtitle: "Version 1.7.5"
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.7.4"
subtitle: "Version 1.7.5"
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.7.4"
subtitle: "Version 1.7.5"
authors:
- Marc Paterno
- Sandro Vitenti
Expand Down

0 comments on commit 449be29

Please sign in to comment.