Releases: rlaphoenix/pymplschapters
Releases · rlaphoenix/pymplschapters
v1.0.4
- Add the ability to select an output directory for the chapter XMLs via
-doption. - Advertise the new
-doption 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
.shpackaging 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__.pyand a "Finished..." print at the end of execution.
v1.0.1
- Add console script
pymplschaptersvia setuptools. - Update README for the new way of calling via the console script.
v1.0.0
- Initial release.