Skip to content
This repository has been archived by the owner on Dec 30, 2021. It is now read-only.

Commit

Permalink
prepare for 0.1.20 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Johan Bakker committed Jun 12, 2019
1 parent ab773be commit 2918a0e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion e2j2/cli.py
Expand Up @@ -100,7 +100,7 @@ def write_file(filename, content):

def e2j2():
exit_code = 0
args = arg_parse('e2j2', DESCRIPTION, '0.1.19')
args = arg_parse('e2j2', DESCRIPTION, '0.1.20')

search_list = get_search_list(args.searchlist)
recursive = args.recursive
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -3,7 +3,7 @@
description = 'e2j2 is a commandline utility to render text/configuration files from jinja2 templates from shell environment variables'

setup(name='e2j2',
version='0.1.19',
version='0.1.20',
description=description,
long_description=open('README.rst').read() + '\n\n' + open('CHANGELOG.rst').read(),
install_requires=['jinja2>=2.10.1', 'python-consul>=0.6.0', 'deepmerge>=0.0.4'],
Expand Down
2 changes: 1 addition & 1 deletion upload.sh
@@ -1,5 +1,5 @@
#!/bin/bash
VERSION='0.1.19'
VERSION='0.1.20'
python setup.py sdist bdist_wheel
gpg --detach-sign -a dist/e2j2-${VERSION}.tar.gz
twine upload dist/e2j2-${VERSION}.tar.gz dist/e2j2-${VERSION}-py3-none-any.whl dist/e2j2-${VERSION}.tar.gz.asc

0 comments on commit 2918a0e

Please sign in to comment.