Skip to content

Commit

Permalink
Automatic commit of package [python-dockerfile-parse] release [0.0.18…
Browse files Browse the repository at this point in the history
…-1].

Created by command:

/usr/bin/tito tag --use-version=0.0.18 --changelog=new upstream release: 0.0.18
  • Loading branch information
rcerven committed Jun 2, 2020
1 parent 470e2d8 commit ae404e8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dockerfile_parse/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
from __future__ import absolute_import
from .parser import DockerfileParser

__version__ = "0.0.17"
__version__ = "0.0.18"
5 changes: 4 additions & 1 deletion python-dockerfile-parse.spec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
%global modname %(n=%{srcname}; echo ${n//-/_})

Name: python-%{srcname}
Version: 0.0.17
Version: 0.0.18
Release: 1%{?dist}

Summary: Python library for Dockerfile manipulation
Expand Down Expand Up @@ -118,6 +118,9 @@ py.test-%{python3_version} -v tests
%endif

%changelog
* Tue Jun 02 2020 Robert Cerven <rcerven@redhat.com> 0.0.18-1
- new upstream release: 0.0.18

* Fri Apr 24 2020 Martin Bašti <mbasti@redhat.com> 0.0.17-1
- new upstream release: 0.0.17

Expand Down
2 changes: 1 addition & 1 deletion rel-eng/packages/python-dockerfile-parse
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.17-1 ./
0.0.18-1 ./
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def _install_requirements():

setup(
name='dockerfile-parse',
version='0.0.17',
version='0.0.18',
description='Python library for Dockerfile manipulation',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit ae404e8

Please sign in to comment.