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 #238 from simphony/v0.2.2-release
Browse files Browse the repository at this point in the history
V0.2.2 release
  • Loading branch information
roigcarlo committed Nov 26, 2015
2 parents 571a29f + 14ade77 commit 1431d09
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
SimPhoNy CHANGELOG
======================

Release 0.2.2
-------------

* Extended test engine or single-dataset engines (#221)
* Solve problem while iterating datasets in test_delete_dataset and test_iter_dataset (#219)
* Changed get_dataset_names so it is consistent with the documentation (#218)
* Enabled HDF5 compression by default and extended API so it can be turned on/off (#215)
* Fixed Doc warnings when building docs

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

Expand Down
4 changes: 2 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@ def __call__(self, *args, **kwards):
# |version| and |release|, also used in various other places throughout the
# built documents.
#
version = '0.2.2'
version = '0.3.0'
# The full version, including alpha/beta/rc tags.
release = '0.2.2.dev0'
release = '0.3.0.dev0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
README_TEXT = readme.read()

# Setup version
VERSION = '0.2.2.dev0'
VERSION = '0.3.0.dev0'


def write_version_py(filename=None):
Expand Down

0 comments on commit 1431d09

Please sign in to comment.