Skip to content

Commit

Permalink
0.0.10 release
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Cerven <[email protected]>
  • Loading branch information
rcerven committed Mar 23, 2018
1 parent fdcf7bf commit 2a3f224
Show file tree
Hide file tree
Showing 3 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 @@ -8,4 +8,4 @@

from .parser import DockerfileParser

__version__ = "0.0.9"
__version__ = "0.0.10"
7 changes: 5 additions & 2 deletions python-dockerfile-parse.spec
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
%global shortcommit %(c=%{commit}; echo ${c:0:7})

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

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

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

* Mon Feb 12 2018 Robert Cerven <[email protected]> - 0.0.9-1
- new upstream release: 0.0.9

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.9',
version='0.0.10',
description='Python library for Dockerfile manipulation',
author='Jiri Popelka',
author_email='[email protected]',
Expand Down

0 comments on commit 2a3f224

Please sign in to comment.