Skip to content

Commit

Permalink
update to v0.89
Browse files Browse the repository at this point in the history
  • Loading branch information
computron committed Sep 5, 2014
1 parent e438ed5 commit b9a0714
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
FireWorks Changelog
===================

**v0.89**

* Fix small FireTaskMeta issue (G. Petretto w/S.P. Ong)
* simplify some imports
* Add reservation display mode (S.P. Ong)
* add updated_on to FW which updates whenever FW changes state
* improve docs

**v0.88**

* Add many more unit tests (B. Medasani)
Expand Down
2 changes: 1 addition & 1 deletion fireworks/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import os

__version__ = '0.88'
__version__ = '0.89'
FW_INSTALL_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))

# These imports allow a much simpler import of core Fireworks functionality.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
if __name__ == "__main__":
setup(
name='FireWorks',
version='0.88',
version='0.89',
description='FireWorks workflow software',
long_description=open(os.path.join(module_dir, 'README.rst')).read(),
url='https://github.com/materialsproject/fireworks',
Expand Down

0 comments on commit b9a0714

Please sign in to comment.