Skip to content

Commit

Permalink
new version and udpate dev requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
erdogant committed Feb 18, 2022
1 parent 03009a9 commit e21cabc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion d3graph/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

__author__ = 'Erdogan Tasksen'
__email__ = '[email protected]'
__version__ = '1.0.2'
__version__ = '1.0.3'

import jinja2
if version.parse(jinja2.__version__) > version.parse("2.11.3"):
Expand Down
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ sphinx
pytest
git+git://github.com/SuperKogito/sphinxcontrib-pdfembed
irelease
tabulate

0 comments on commit e21cabc

Please sign in to comment.