Skip to content

Commit

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

/usr/bin/tito tag --use-version=2.0.0 --changelog=new upstream release: 2.0.0
  • Loading branch information
mkosiarc committed Dec 13, 2022
1 parent 0ab6287 commit b623023
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
5 changes: 4 additions & 1 deletion dockerfile_parse/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@

#
# This file is generated from template: rel-eng/version_init.template
# DO NOT MODIFY THIS FILE
# If changes are necessary, edit ./rel-eng/version_init.template
#

from __future__ import absolute_import
from .parser import DockerfileParser # noqa: F401

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

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

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


%changelog
* Tue Dec 13 2022 mkosiarc <[email protected]> 2.0.0-1
- new upstream release: 2.0.0

* Wed Jun 09 2021 Robert Cerven <[email protected]> 1.2.0-1
- new upstream release: 1.2.0

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

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

0 comments on commit b623023

Please sign in to comment.