Releases: rlaphoenix/pymplschapters
Releases · rlaphoenix/pymplschapters
v1.0.4
- Add the ability to select an output directory for the chapter XMLs via
-d
option. - Advertise the new
-d
option in the README. - Small code cleanup by adding more newlines for readability, using f-strings where fit, etc.
- Update the setuptools package information to represent my new GitHub username and author name and email.
- Add 2 bash
.sh
packaging helper scripts.
Note v1.0.3 never existed. It was accidentally skipped. Whoops...
v1.0.2
- Fix console script as the
main()
it targets did not yet exist. - Add
main()
topymplschapters\__init__.py
and a "Finished..." print at the end of execution.
v1.0.1
- Add console script
pymplschapters
via setuptools. - Update README for the new way of calling via the console script.
v1.0.0
- Initial release.