Skip to content

Commit

Permalink
This is version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeluch committed Dec 31, 2012
1 parent b81254f commit 27b87df
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGES
@@ -1,9 +1,17 @@
Version 0.2.1
-----------

* Add support for language tags.
* Update xam release script


Version 0.2
-------------

* Add `xam release`
* Fix broken imports


Version 0.1
-----------

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -39,7 +39,7 @@ def get_requires():

setup(
name='xam',
version='0.3-dev',
version='0.2.1',
url='http://github.com/jbeluch/xam/',
license='BSD',
author='Jonathan Beluch',
Expand Down Expand Up @@ -75,5 +75,5 @@ def get_requires():
'release = xam.cli.release:ReleaseAddon',
]
},

)

0 comments on commit 27b87df

Please sign in to comment.