Loading setup.cfg +1 −1 Original line number Diff line number Diff line [bumpversion] current_version = 0.4.7 current_version = 0.4.8 commit = True tag = True Loading setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ from setuptools import setup, find_packages setup( name="template", version="0.4.7", version="0.4.8", description="""A CLI tool for generating files from Jinja2 templates and environment variables.""", long_description=open("README.rst", "r").read(), Loading template/__init__.py +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ import template.filters from jinja2 import Environment __version__ = "0.4.7" __version__ = "0.4.8" def render(template_string): Loading Loading
setup.cfg +1 −1 Original line number Diff line number Diff line [bumpversion] current_version = 0.4.7 current_version = 0.4.8 commit = True tag = True Loading
setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ from setuptools import setup, find_packages setup( name="template", version="0.4.7", version="0.4.8", description="""A CLI tool for generating files from Jinja2 templates and environment variables.""", long_description=open("README.rst", "r").read(), Loading
template/__init__.py +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ import template.filters from jinja2 import Environment __version__ = "0.4.7" __version__ = "0.4.8" def render(template_string): Loading