Skip to content

Commit 62fe3e2

Browse files
Onto the next release.
1 parent 3be1b21 commit 62fe3e2

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

NEWS.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
-----

RELEASE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pyFF"
3-
version = "2.1.4"
3+
version = "2.1.5-dev"
44
readme = "README.rst"
55
description = "Federation Feeder"
66
requires-python = ">=3.9"

0 commit comments

Comments
 (0)