Commit d3d8cabb authored by nimrod's avatar nimrod
Browse files

Bump version: 0.6.1 → 0.6.2

parent e8012752
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
[bumpversion]
current_version = 0.6.1
current_version = 0.6.2
commit = True
tag = True

+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ from setuptools import setup, find_packages

setup(
    name="template",
    version="0.6.1",
    version="0.6.2",
    description="""A CLI tool for generating files from Jinja2 templates and
    environment variables.""",
    long_description=open("README.rst", "r").read(),
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ from jinja2 import Environment
import template.filters


__version__ = "0.6.1"
__version__ = "0.6.2"


def render(template_string):