Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Commit

Permalink
Merge pull request #47 from simphony/bump-version
Browse files Browse the repository at this point in the history
Bump version to 0.2.1 final and prepare for tagging
  • Loading branch information
stefanoborini committed Dec 7, 2016
2 parents b2940ae + bc8946f commit 5e0fb05
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.rst
@@ -1,6 +1,11 @@
SimPhoNy-Paraview CHANGELOG
===========================

Release 0.2.1
-------------

- Support simphony-common 0.4.0

Release 0.2.0
-------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -8,7 +8,7 @@
MINOR = 2
MICRO = 1

IS_RELEASED = False
IS_RELEASED = True

VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)

Expand Down

0 comments on commit 5e0fb05

Please sign in to comment.