Skip to content

Commit

Permalink
Automatic commit of package [atomic-reactor] release [3.4.1-1].
Browse files Browse the repository at this point in the history
Created by command:

/usr/bin/tito tag --use-version=3.4.1 --changelog=new upstream release: 3.4.1
  • Loading branch information
MartinBasti committed Mar 23, 2021
1 parent 59f16ce commit f99cebe
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion atomic-reactor.spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
%global ar_subpackages_obsolete 1.6.50

Name: %{project}
Version: 3.4.0
Version: 3.4.1
Release: 1%{?dist}

Summary: Improved builder for Docker images
Expand Down Expand Up @@ -115,6 +115,9 @@ cp -a docs/manpage/atomic-reactor.1 %{buildroot}%{_mandir}/man1/


%changelog
* Tue Mar 23 2021 Martin Bašti <mbasti@redhat.com> 3.4.1-1
- new upstream release: 3.4.1

* Mon Mar 15 2021 Martin Bašti <mbasti@redhat.com> 3.4.0-1
- new upstream release: 3.4.0

Expand Down
2 changes: 1 addition & 1 deletion atomic_reactor/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
of the BSD license. See the LICENSE file for details.
"""

__version__ = "3.4.0"
__version__ = "3.4.1"
2 changes: 1 addition & 1 deletion rel-eng/packages/atomic-reactor
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.4.0-1 ./
3.4.1-1 ./
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def _get_requirements(path):

setup(
name='atomic-reactor',
version='3.4.0',
version='3.4.1',
description=DESCRIPTION,
author='Red Hat, Inc.',
author_email='atomic-devel@projectatomic.io',
Expand Down

0 comments on commit f99cebe

Please sign in to comment.