Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jbn committed Jan 4, 2020
1 parent 497d2b5 commit 0cb3923
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,9 @@ History

* Add option to set LaTeX program (e.g. lualatex) via PR from
Tom Nurkkala (thanks, Tom!)

0.1.5 (2020-01-04)
------------------

* Fix bug with tilde expansion on windows via PR rom asteppke
on github (thanks, asteppke!)
2 changes: 1 addition & 1 deletion itikz/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

__author__ = """John Bjorn Nelson"""
__email__ = '[email protected]'
__version__ = '0.1.4'
__version__ = '0.1.5'


IMPLICIT_PIC_TMPL = Template(r"""\documentclass[tikz]{standalone}
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.4
current_version = 0.1.5
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/jbn/itikz',
version='0.1.4',
version='0.1.5',
zip_safe=False,
)

0 comments on commit 0cb3923

Please sign in to comment.