Skip to content

Commit

Permalink
Bump to 1.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Sbozzolo committed Jul 5, 2022
1 parent 829ee4d commit 05a164f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Version 1.3.6 (Under Development)
## Version 1.3.6 (5 July 2022)

#### Bug fixes
- Fix time incorrectly read in ASCII data (thanks @AuroraDysis,
Expand Down
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 = 'Gabriele Bozzola'

# The full version, including alpha/beta/rc tags
release = '1.3.5'
release = '1.3.6'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion kuibit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"""

__version__ = "1.3.5"
__version__ = "1.3.6"

__bibtex__ = """\
@article{kuibit,
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.3.5"
version = "1.3.6"
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.3.5")
self.assertEqual(__version__, "1.3.6")

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

0 comments on commit 05a164f

Please sign in to comment.