Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 811 Bytes

HISTORY.md

File metadata and controls

27 lines (17 loc) · 811 Bytes

Release History

1.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.

1.0.3

Update never existed. Accidentally skipped. Whoops...

1.0.2

  • Fix console script as the main() it targets did not yet exist.
  • Add main() to pymplschapters\__init__.py and a "Finished..." print at the end of execution.

1.0.1

  • Add console script pymplschapters via setuptools.
  • Update README for the new way of calling via the console script.

1.0.0

  • Initial release.