Skip to content

Commit 735f46d

Browse files
committed
build: bumping abiftool version to 0.34.0rc1; naming tweaks
I'd like to leave the extension on the executable for now.
1 parent e2f54dd commit 735f46d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/TODO.org

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ This is a very incomplete list of incomplete tasks for abiftool
66
- [ ] Make more "pythonic" (whatever that means)
77
** Refactoring (refactor)
88
- [ ] Clean up Python imports
9-
* For 0.33.0
9+
* For 0.34.0
1010
- [ ] Review [[https://github.com/electorama/abiftool/issues][bug list]]
1111
- [ ] See [[../CHANGELOG.org]]
12-
* Post 0.33.0
12+
* Post 0.34.0
1313
- [ ] Create bifhub and merge fetchmgr.py into it (see awt/docs/bifhub.md)
1414
- [ ] Set ballot_type/tally_method when converting real elections to ABIF
1515
e.g. sftxt_fmt.py, preflib_fmt.py, nycdem_fmt.py, debvote_fmt.py, etc.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "abiftool"
3-
version = "0.33.0"
3+
version = "0.34.0rc1"
44
description = "abiftool parses, converts and analyzes ABIF (Aggregated Ballot Information Format) files."
55
readme = "README.md"
66
requires-python = ">=3.8"
@@ -25,8 +25,8 @@ classifiers = [
2525
]
2626

2727
[project.scripts]
28-
abiftool = "abiftool:main"
29-
fetchmgr = "fetchmgr:main"
28+
"abiftool.py" = "abiftool.py:main"
29+
"fetchmgr.py" = "fetchmgr.py:main"
3030

3131
[build-system]
3232
requires = ["setuptools>=61.0"]

0 commit comments

Comments
 (0)