Skip to content

Commit

Permalink
1.6.9 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mmilata committed May 26, 2016
1 parent 981649c commit 29f1ffb
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.8
Version: 1.6.9
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 May 26 2016 Martin Milata <mmilata@redhat.com> - 1.6.9-1
- 1.6.9 release

* Mon May 23 2016 Martin Milata <mmilata@redhat.com> - 1.6.8-1
- New pre_add_filesystem plugin. (Tim Waugh <twaugh@redhat.com>)
- New koji_util module in koji package. (Tim Waugh <twaugh@redhat.com>)
Expand Down
2 changes: 1 addition & 1 deletion atomic_reactor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import logging


__version__ = "1.6.8"
__version__ = "1.6.9"


def set_logging(name="atomic_reactor", level=logging.DEBUG, handler=None):
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.8',
version='1.6.9',
description=DESCRIPTION,
author='Red Hat, Inc.',
author_email='atomic-devel@projectatomic.io',
Expand Down

0 comments on commit 29f1ffb

Please sign in to comment.