Skip to content

Commit

Permalink
Merge pull request #240 from CQCL/hotfix/jinja2
Browse files Browse the repository at this point in the history
  • Loading branch information
cqc-alec authored Feb 18, 2022
2 parents c74f8a3 + d57a0ad commit 7e7e908
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
9 changes: 9 additions & 0 deletions pytket/docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Changelog
=========


0.19.2 (February 2022)
----------------------

Fixes:

* Fix issue with jinja2 by updating dependency.


0.19.1 (February 2022)
----------------------

Expand Down
2 changes: 1 addition & 1 deletion pytket/docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
# The short X.Y version
version = "0.19"
# The full version, including alpha/beta/rc tags
release = "0.19.1"
release = "0.19.2"


# -- General configuration ---------------------------------------------------
Expand Down
3 changes: 1 addition & 2 deletions pytket/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,7 @@ def build_extension(self, ext):
"scipy >=1.7.2, <2.0",
"networkx ~= 2.4",
"graphviz ~= 0.14",
"jinja2 ~= 2.11",
"types-Jinja2",
"jinja2 ~= 3.0",
"types-pkg_resources",
"typing-extensions ~= 3.7",
],
Expand Down

0 comments on commit 7e7e908

Please sign in to comment.