Skip to content

Commit 3a4360f

Browse files
committed
Automatic commit of package [python-dockerfile-parse] release [2.0.1-1].
Created by command: /usr/bin/tito tag --use-version=2.0.1 --changelog=new upstream release: 2.0.1
1 parent 7d0e604 commit 3a4360f

4 files changed

Lines changed: 7 additions & 4 deletions

File tree

dockerfile_parse/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
from __future__ import absolute_import
1616
from .parser import DockerfileParser # noqa: F401
1717

18-
__version__ = "2.0.0"
18+
__version__ = "2.0.1"

python-dockerfile-parse.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
%global modname %(n=%{srcname}; echo ${n//-/_})
55

66
Name: python-%{srcname}
7-
Version: 2.0.0
7+
Version: 2.0.1
88
Release: 1%{?dist}
99

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

5656

5757
%changelog
58+
* Tue Jul 18 2023 mkosiarc <mkosiarc@redhat.com> 2.0.1-1
59+
- new upstream release: 2.0.1
60+
5861
* Tue Dec 13 2022 mkosiarc <mkosiarc@redhat.com> 2.0.0-1
5962
- new upstream release: 2.0.0
6063

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.0-1 ./
1+
2.0.1-1 ./

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def _get_requirements(path):
3131

3232
setup(
3333
name='dockerfile-parse',
34-
version='2.0.0',
34+
version='2.0.1',
3535
description='Python library for Dockerfile manipulation',
3636
long_description=long_description,
3737
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)