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

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
gholms committed Mar 16, 2012
1 parent 56aac37 commit 2bf8b93
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion euca2ools.spec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}

Name: euca2ools
Version: 2.0
Version: 2.0.1
Release: 0%{?dist}
Summary: Elastic Utility Computing Architecture Command Line Tools

Expand Down Expand Up @@ -81,6 +81,9 @@ rm -rf %{buildroot}


%changelog
* Thu Mar 15 2012 Eucalyptus Release Engineering <support@eucalyptus.com> - 2.0.1-0.1
- Update to 2.0.1

* Tue Feb 14 2012 Eucalyptus Release Engineering <support@eucalyptus.com> - 2.0-0.2
- Fix euare-usercreate convenience options with --delegate

Expand Down
2 changes: 1 addition & 1 deletion euca2ools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@
# Author: Neil Soman neil@eucalyptus.com
# : Mitch Garnaat mgarnaat@eucalyptus.com

__version__ = '2.0.0'
__version__ = '2.0.1'

0 comments on commit 2bf8b93

Please sign in to comment.