Skip to content

Commit

Permalink
0.0.16 release
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Cerven <rcerven@redhat.com>
  • Loading branch information
rcerven committed Jan 21, 2020
1 parent cdc440f commit 2741f06
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dockerfile_parse/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@

from .parser import DockerfileParser

__version__ = "0.0.15"
__version__ = "0.0.16"
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.15
Version: 0.0.16
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 Jan 21 2020 Robert Cerven <rcerven@redhat.com> - 0.0.16-1
- new upstream release: 0.0.16

* Mon Jul 15 2019 Robert Cerven <rcerven@redhat.com> - 0.0.15-1
- new upstream release: 0.0.15

Expand Down
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.15',
version='0.0.16',
description='Python library for Dockerfile manipulation',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 2741f06

Please sign in to comment.