Skip to content

Commit

Permalink
0.0.11 release
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Cerven <[email protected]>
  • Loading branch information
rcerven committed Jun 13, 2018
1 parent 548a928 commit ab78f10
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.10"
__version__ = "0.0.11"
5 changes: 4 additions & 1 deletion python-dockerfile-parse.spec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
%global shortcommit %(c=%{commit}; echo ${c:0:7})

Name: python-%{srcname}
Version: 0.0.10
Version: 0.0.11
Release: 1%{?dist}

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

%changelog
* Wed Jun 13 2018 Robert Cerven <[email protected]> - 0.0.11-1
- new upstream release: 0.0.11

* Fri Mar 23 2018 Robert Cerven <[email protected]> - 0.0.10-1
- new upstream release: 0.0.10

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def _install_requirements():

setup(
name='dockerfile-parse',
version='0.0.10',
version='0.0.11',
description='Python library for Dockerfile manipulation',
author='Jiri Popelka',
author_email='[email protected]',
Expand Down

0 comments on commit ab78f10

Please sign in to comment.