Skip to content

Commit

Permalink
update to v1.08
Browse files Browse the repository at this point in the history
  • Loading branch information
computron committed Jul 13, 2015
1 parent 61cb655 commit b925717
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
FireWorks Changelog
===================

**v1.08**

* allow PyTask to return FWAction
* allow FWConfig to set web host and port for GUI
* make detect_lostruns more robust to failure halfway through
* minor fixes and typo corrections (jakirkham)

**v1.07**

* fix bug in offline mode
Expand Down
2 changes: 1 addition & 1 deletion docs/contributors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ William Davidson Richards wrote the SGE queue adapter and provided useful feedba

Felix Brockherde added support for the IBM LoadLeveler queueing system and helped stomp bugs.

Brian Foster, kpoman, jakirkham, and Ganesh Panchapakesan helped stomp bugs and provide improvements.
Brian Foster, kpoman, jakirkham, zulissi, and Ganesh Panchapakesan helped stomp bugs and provide improvements.

Thanks to Marat Valiev for suggesting Jinja2 as a lightweight templating alternative to Django and Stephen Bailey for helpful discussions.

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__ = '1.07'
__version__ = '1.08'
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='1.07',
version='1.08',
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 b925717

Please sign in to comment.