Skip to content

Commit

Permalink
1.6.15 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mmilata committed Aug 18, 2016
1 parent 7cd936c commit d5bc66d
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.14
Version: 1.6.15
Release: 1%{?dist}

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


%changelog
* Thu Aug 18 2016 Martin Milata <mmilata@redhat.com> - 1.6.15-1
- 1.6.15 release

* Mon Aug 01 2016 Tim Waugh <twaugh@redhat.com> - 1.6.14-1
- 1.6.14 release

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

0 comments on commit d5bc66d

Please sign in to comment.