Skip to content
Snippets Groups Projects
Commit 44ca29d4 authored by nimrod's avatar nimrod
Browse files

Bump version: 0.5.1 → 0.6.0

parent 4c5c5911
No related branches found
No related tags found
No related merge requests found
Pipeline #234 failed
[bumpversion] [bumpversion]
current_version = 0.5.1 current_version = 0.6.0
commit = True commit = True
tag = True tag = True
...@@ -9,4 +9,3 @@ universal = 1 ...@@ -9,4 +9,3 @@ universal = 1
[bumpversion:file:setup.py] [bumpversion:file:setup.py]
[bumpversion:file:template/__init__.py] [bumpversion:file:template/__init__.py]
...@@ -4,7 +4,7 @@ from setuptools import setup, find_packages ...@@ -4,7 +4,7 @@ from setuptools import setup, find_packages
setup( setup(
name="template", name="template",
version="0.5.1", version="0.6.0",
description="""A CLI tool for generating files from Jinja2 templates and description="""A CLI tool for generating files from Jinja2 templates and
environment variables.""", environment variables.""",
long_description=open("README.rst", "r").read(), long_description=open("README.rst", "r").read(),
......
...@@ -16,7 +16,7 @@ from jinja2 import Environment ...@@ -16,7 +16,7 @@ from jinja2 import Environment
import template.filters import template.filters
__version__ = "0.5.1" __version__ = "0.6.0"
def render(template_string): def render(template_string):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment