Skip to content

Commit

Permalink
1.6.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mmilata committed May 23, 2016
1 parent b284de8 commit e7d1ac8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
11 changes: 5 additions & 6 deletions 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.7
Version: 1.6.8
Release: 1%{?dist}

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


%changelog
* Fri May 13 2016 Tim Waugh <twaugh@redhat.com>
- New pre_add_filesystem plugin.

* Fri May 6 2016 Tim Waugh <twaugh@redhat.com>
- New koji_util module in koji package.
* 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>)
- 1.6.8 release

* Fri Apr 22 2016 Martin Milata <mmilata@redhat.com> - 1.6.7-1
- 1.6.7 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 @@ -12,7 +12,7 @@
import logging


__version__ = "1.6.7"
__version__ = "1.6.8"


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

0 comments on commit e7d1ac8

Please sign in to comment.