File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -187,3 +187,5 @@ to sign using HSMs. The only mandatory non-python dependency now is lxml.
187187* Lots of cleanups, pyupgrade and linting fixes.
188188* MDSL fixes
189189
190+ 2.1.5
191+ -----
Original file line number Diff line number Diff line change @@ -11,6 +11,6 @@ To make a release,
1111 5) git push && git push --tag
1212 6) cd docs && make html
1313 6) Upload to PyPI: twine upload dist/pyFF-<version>.tar.gz
14- 7) Increase version in setup.py (for next release) with dev suffix
14+ 7) Increase version in pyproject.toml (for next release) with dev suffix
1515 8) Create NEWS.txt entry for next release
1616
Original file line number Diff line number Diff line change 11[project ]
22name = " pyFF"
3- version = " 2.1.4 "
3+ version = " 2.1.5-dev "
44readme = " README.rst"
55description = " Federation Feeder"
66requires-python = " >=3.9"
You can’t perform that action at this time.
0 commit comments