Skip to content

Commit 996693b

Browse files
committed
Update changelog and requirements
1 parent a48a882 commit 996693b

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

docs/src/user/changelog.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Change log
22
==========
33

4+
v0.0.3
5+
------
6+
7+
Many updates to use the latest jobflow store features.
8+
9+
410
v0.0.2
511
------
612

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ pydantic==1.8.2
22
pymatgen==2022.0.16
33
custodian==2021.2.8
44
monty==2021.8.17
5-
jobflow==0.1.2
5+
jobflow==0.1.3
66
numpy==1.21.4
77
click==8.0.3
88
PyYAML==6.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"custodian>=2019.8.24",
3232
"pydantic",
3333
"monty",
34-
"jobflow",
34+
"jobflow>=0.1.3",
3535
"PyYAML",
3636
"numpy",
3737
"click",

0 commit comments

Comments
 (0)