From 1daa8be968b050b0d59e3e2a4243eb9931a1ae6d Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Mon, 1 Jul 2019 16:08:38 +0300 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.4.6=20=E2=86=92=200.4.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.cfg | 2 +- setup.py | 2 +- template/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index a9aaff6..b81e24b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.6 +current_version = 0.4.7 commit = True tag = True diff --git a/setup.py b/setup.py index fade778..7073975 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import setup, find_packages setup( name="template", - version="0.4.6", + version="0.4.7", description="""A CLI tool for generating files from Jinja2 templates and environment variables.""", long_description=open("README.rst", "r").read(), diff --git a/template/__init__.py b/template/__init__.py index 0718328..a00f3f2 100755 --- a/template/__init__.py +++ b/template/__init__.py @@ -16,7 +16,7 @@ import template.filters from jinja2 import Environment -__version__ = "0.4.6" +__version__ = "0.4.7" def render(template_string): -- GitLab