Skip to content

Commit 5acc7ed

Browse files
committed
update to v1.1.4
1 parent 604b623 commit 5acc7ed

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

docs/changelog.rst

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
FireWorks Changelog
33
===================
44

5+
**v1.1.4**
6+
7+
* added JS folder to pip install (should fix JSONview issues)
8+
* optional max param for track_fws command
9+
* performance updates
10+
* doc updates
11+
512
**v1.1.3**
613

714
* fix bug that caused FWorker queries to chain on themselves

docs/contributors.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ William Scullin added ALCF Cobalt support and helped stomp bugs.
3232

3333
Brian Foster, kpoman, jakirkham, Ganesh Panchapakesan, and Patrick Huck helped stomp bugs and provide improvements.
3434

35-
Thanks to Marat Valiev for suggesting Jinja2 as a lightweight templating alternative to Django and Stephen Bailey for helpful discussions.
35+
Thanks to Marat Valiev for suggesting Jinja2 as a lightweight templating alternative to Django and Stephen Bailey and Deborah Bard for helpful discussions.
3636

3737
We thank JetBrains for providing PyCharm IDE licenses for FireWorks developers.
3838

fireworks/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import os
22

3-
__version__ = '1.1.3'
3+
__version__ = '1.1.4'
44
FW_INSTALL_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
55

66
# These imports allow a much simpler import of core Fireworks functionality.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
if __name__ == "__main__":
1717
setup(
1818
name='FireWorks',
19-
version='1.1.3',
19+
version='1.1.4',
2020
description='FireWorks workflow software',
2121
long_description=open(os.path.join(module_dir, 'README.rst')).read(),
2222
url='https://github.com/materialsproject/fireworks',

0 commit comments

Comments
 (0)