Skip to content

Commit

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

**v1.1.3**

* fix bug that caused FWorker queries to chain on themselves
* fix issue of Python runners that override sys.stdout, causing problems in ScriptTask
* fix unit tests

**v1.1.2**

* new special keyword _add_launchpad_and_fw_id allows accessing the LaunchPad in the FireTask
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.1.2'
__version__ = '1.1.3'
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
1 change: 0 additions & 1 deletion fw_tutorials/introduction/howdy.txt

This file was deleted.

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.1.2',
version='1.1.3',
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 f5d304f

Please sign in to comment.