Skip to content

Commit

Permalink
1.6.36 release
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Cerven <rcerven@redhat.com>
  • Loading branch information
rcerven committed Nov 14, 2018
1 parent 99708d4 commit e428cc4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion atomic-reactor.spec
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
%global dock_obsolete_vr 1.3.7-2

Name: %{project}
Version: 1.6.35
Version: 1.6.36
Release: 1%{?dist}

Summary: Improved builder for Docker images
Expand Down Expand Up @@ -407,6 +407,9 @@ LANG=en_US.utf8 py.test-%{python2_version} -vv tests


%changelog
* Wed Nov 14 2018 Robert Cerven <rcerven@redhat.com> - 1.6.36-1
- new upstream release: 1.6.36

* Fri Oct 05 2018 Robert Cerven <rcerven@redhat.com> - 1.6.35-1
- new upstream release: 1.6.35

Expand Down
2 changes: 1 addition & 1 deletion atomic_reactor/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
This software may be modified and distributed under the terms
of the BSD license. See the LICENSE file for details.
"""
__version__ = "1.6.35"
__version__ = "1.6.36"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def _install_requirements():

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

0 comments on commit e428cc4

Please sign in to comment.