Commit 90ccf752 authored by nimrod's avatar nimrod
Browse files

Bump version: 0.6.6 → 0.7.0

A bunch of new filters based the netaddr library. Requires installing
with the package specifier.
parent 0760280b
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
[bumpversion]
current_version = 0.6.6
current_version = 0.7.0
commit = True
tag = True

+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ from template import __doc__ as description

setup(
    name="template",
    version="0.6.6",
    version="0.7.0",
    description=description,
    long_description=open("README.rst", "r").read(),
    long_description_content_type="text/x-rst",
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ except ImportError:
    pass


__version__ = "0.6.6"
__version__ = "0.7.0"


def render(template_string):