Skip to content

Commit

Permalink
Automatic commit of package [python-dockerfile-parse] release [2.0.1-1].
Browse files Browse the repository at this point in the history
Created by command:

/usr/bin/tito tag --use-version=2.0.1 --changelog=new upstream release: 2.0.1
  • Loading branch information
mkosiarc committed Jul 18, 2023
1 parent 7d0e604 commit 3a4360f
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
Expand Up @@ -15,4 +15,4 @@
from __future__ import absolute_import
from .parser import DockerfileParser # noqa: F401

__version__ = "2.0.0"
__version__ = "2.0.1"
5 changes: 4 additions & 1 deletion python-dockerfile-parse.spec
Expand Up @@ -4,7 +4,7 @@
%global modname %(n=%{srcname}; echo ${n//-/_})

Name: python-%{srcname}
Version: 2.0.0
Version: 2.0.1
Release: 1%{?dist}

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


%changelog
* Tue Jul 18 2023 mkosiarc <mkosiarc@redhat.com> 2.0.1-1
- new upstream release: 2.0.1

* Tue Dec 13 2022 mkosiarc <mkosiarc@redhat.com> 2.0.0-1
- new upstream release: 2.0.0

Expand Down
2 changes: 1 addition & 1 deletion rel-eng/packages/python-dockerfile-parse
@@ -1 +1 @@
2.0.0-1 ./
2.0.1-1 ./
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -31,7 +31,7 @@ def _get_requirements(path):

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

0 comments on commit 3a4360f

Please sign in to comment.