Navigation Menu

Skip to content

Commit

Permalink
Set version to 1.2.0 and add some version history for 1.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
espenak committed Jan 13, 2014
1 parent 9c4c2d4 commit ee44cdb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions HISTORY.rst
@@ -1,6 +1,13 @@
History
=======


Version 1.2.0
-------------
- Multitag Support
As explained in https://github.com/espenak/awsfabrictasks/pull/11
Thanks to Lucas Hrabovsky

Version 1.1.1
-----------
- Make ec2_list_instances work with boto 2.6.0 as well as earlier versions
Expand Down
2 changes: 1 addition & 1 deletion awsfabrictasks/__init__.py
@@ -1,7 +1,7 @@
from fabric.api import env
from .ec2.api import Ec2InstanceWrapper

version = '1.1.1'
version = '1.2.0'


def expand_roledefs():
Expand Down

0 comments on commit ee44cdb

Please sign in to comment.