Skip to content

Commit

Permalink
1.6.23.2 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 May 9, 2017
1 parent 2415343 commit 1ba42ed
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.23.1
Version: 1.6.23.2
Release: 1%{?dist}

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


%changelog
* Tue May 09 2017 Robert Cerven <rcerven@redhat.com> - 1.6.23.2-1
- new upstream release: 1.6.23.2

* Wed May 03 2017 Robert Cerven <rcerven@redhat.com> - 1.6.23.1-1
- new upstream release: 1.6.23.1

Expand Down
2 changes: 1 addition & 1 deletion atomic_reactor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import time


__version__ = "1.6.23.1"
__version__ = "1.6.23.2"
start_time = time.time()


Expand Down
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.23.1',
version='1.6.23.2',
description=DESCRIPTION,
author='Red Hat, Inc.',
author_email='atomic-devel@projectatomic.io',
Expand Down

0 comments on commit 1ba42ed

Please sign in to comment.