Skip to content
This repository has been archived by the owner on Aug 9, 2024. It is now read-only.

Commit

Permalink
Merge branch 'release/0.6.2' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphbean committed Aug 6, 2015
2 parents d5481cf + fea0eb6 commit 49f421e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion python-fedimg.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%global modname fedimg

Name: python-fedimg
Version: 0.6
Version: 0.6.2
Release: 1%{?dist}
Summary: Automatically upload Fedora Cloud images to cloud providers

Expand Down Expand Up @@ -59,6 +59,15 @@ rm -rf %{modname}.egg-info
%{python_sitelib}/%{modname}-%{version}*

%changelog
* Thu Aug 06 2015 Ralph Bean <rbean@redhat.com> - 0.6.2-1
- latest release fixes koji url bug.

* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

* Wed May 20 2015 David Gay <dgay@redhat.com> - 0.6.1-1
- new release

* Fri Apr 24 2015 David Gay <dgay@redhat.com> - 0.6.0-1
- new release

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

setup(
name='fedimg',
version='0.6',
version='0.6.2',
description='Automatically upload Fedora Cloud images to cloud providers',
classifiers=[
"Programming Language :: Python :: 2.7",
Expand Down

0 comments on commit 49f421e

Please sign in to comment.