Skip to content

Commit

Permalink
Bump to 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Sbozzolo committed Nov 19, 2021
1 parent fd07c48 commit f2ed038
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## Version 1.3.3 (19 November 2021)

#### Bug fixes

- Fixed `tikzplotlib` dependency for `Python 3.6`

## Version 1.3.2 (16 November 2021)

#### Bug fixes
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.2'
release = '1.3.3'


# -- 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.2"
__version__ = "1.3.3"

__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.2"
version = "1.3.3"
description = "Read and analyze Einstein Toolkit simulations."
authors = ["Gabriele Bozzola <gabrielebozzola@arizona.edu>"]
maintainers = ["Gabriele Bozzola <gabrielebozzola@arizona.edu>"]
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.2")
self.assertEqual(__version__, "1.3.3")

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

0 comments on commit f2ed038

Please sign in to comment.