Skip to content

Commit

Permalink
Bumping version number for 3.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
CalumJEadie committed Dec 15, 2012
1 parent fdc28af commit 1dee7a0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ dist
.project .project
build build
.pydevproject .pydevproject
*.sublime-project
*.sublime-workspace
*.DS_Store
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Original file line Diff line number Diff line change
@@ -1,6 +1,11 @@
Changes Changes
======= =======


0.3.1,0.3.2 - 15/12/2012
------------------------

* Improved README documentation.

0.3.0 - 18/09/2012 0.3.0 - 18/09/2012
------------------ ------------------


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


setup( setup(
name="microbuild", name="microbuild",
version="0.3.1", version="0.3.2",
author="Calum J. Eadie", author="Calum J. Eadie",
author_email="calum@calumjeadie.com", author_email="calum@calumjeadie.com",
url="https://github.com/CalumJEadie/microbuild", url="https://github.com/CalumJEadie/microbuild",
Expand Down

0 comments on commit 1dee7a0

Please sign in to comment.