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

Commit

Permalink
Release 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
roigcarlo committed Nov 25, 2015
1 parent 571a29f commit bd3bfbe
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 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
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def __call__(self, *args, **kwards):
#
version = '0.2.2'
# The full version, including alpha/beta/rc tags.
release = '0.2.2.dev0'
release = '0.2.2'

# 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.2.2'


def write_version_py(filename=None):
Expand Down

0 comments on commit bd3bfbe

Please sign in to comment.