Skip to content

Commit

Permalink
Preparing release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexamici committed Feb 10, 2016
1 parent 5fc6785 commit 87f901c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

0.3.0 (unreleased)
----------------
0.3.0 (2016-02-10)
------------------

- All special variable in mariofile are now uppercase.
- Add support for SHELL variable.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
with open(path.join(here, 'README.rst'), encoding='utf-8') as f:
long_description = f.read()

version = '0.3.0dev0'
version = '0.3.0'

setup(
name='mariobros',
Expand Down

0 comments on commit 87f901c

Please sign in to comment.