Skip to content

Commit

Permalink
1.6.23.1 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 3, 2017
1 parent 7d7ff87 commit 6ab7643
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
Version: 1.6.23.1
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
* Wed May 03 2017 Robert Cerven <rcerven@redhat.com> - 1.6.23.1-1
- new upstream release: 1.6.23.1

* Tue Apr 04 2017 Robert Cerven <rcerven@redhat.com> - 1.6.23-1
- new upstream release: 1.6.23

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

0 comments on commit 6ab7643

Please sign in to comment.