Skip to content

Commit

Permalink
Bump to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sbozzolo committed Jun 16, 2024
1 parent c2d43a5 commit 10126df
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
author = "Gabriele Bozzola"

# The full version, including alpha/beta/rc tags
release = "1.4.0"
release = "1.5.0"


# -- General configuration ---------------------------------------------------
Expand Down Expand Up @@ -87,7 +87,7 @@
],
}

html_context = {"versions": ["1.3.6", "1.4.0", "1.4.1"]}
html_context = {"versions": ["1.3.6", "1.4.0", "1.4.1", "1.5.0"]}

html_theme_options = {
"maincolor": "#228B22",
Expand Down
2 changes: 1 addition & 1 deletion docs/features.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ example, if an objects smells like a dictionary, you should be able to ask for
``keys()``, or iteratate over it, or see if an element is contained with the
``in`` keyword.

Here we review all the available features as of version ``1.4.0``.
Here we review all the available features as of version ``1.5.0``.

General
-------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "kuibit"
version = "1.4.0"
version = "1.5.0"
description = "Read and analyze Einstein Toolkit simulations."
authors = ["Gabriele Bozzola <[email protected]>"]
maintainers = ["Gabriele Bozzola <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion tests/test_kuibit.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

class Testkuibit(unittest.TestCase):
def test_version(self):
self.assertEqual(__version__, "1.4.0")
self.assertEqual(__version__, "1.5.0")

def test_bibtex(self):
self.assertIn("Bozzola", __bibtex__)

0 comments on commit 10126df

Please sign in to comment.