Skip to content

Releases: RuedigerVoigt/bote

1.2.2

10 Oct 18:23
Compare
Choose a tag to compare
  • Tests (except mypy) now run with Python 3.10 final.
  • Updated dependency.

1.2.1

05 Aug 12:40
Compare
Choose a tag to compare
  • Marked as compatible with Python 3.10 as tests with release candidate 1 run flawlessly on Linux, MacOS, and Windows.
  • Update dependencies to versions compatible with Python 3.10.

1.2.0

24 Jul 19:26
Compare
Choose a tag to compare
  • Use custom exceptions.
  • Run tests for Python 3.10 with Beta 4 instead of Beta 3.

1.1.1

23 Jun 23:43
Compare
Choose a tag to compare
  • Small code improvements.
  • Updated dependencies.
  • Impoved code testing:
    • Tests now also run with Python 3.10.0-beta.3 on Ubuntu.
    • Although the code should be platform independent, tests are now also run with MacOS and Windows VMs to be sure.
    • Improved test coverage from 85 to 97%.

v1.1.0

17 May 21:49
Compare
Choose a tag to compare
  • Make compatible with the newest version of its sister project userprovided. (Older versions still work.)
  • The optional parameter wrap_width allows you to set after how many characters a line is wrapped. (Defaults to 80).
  • The parameter recipient can now be either a string or a dictionary. If it is a string, that address will be used as a recipient as long that is not overwritten. In case you use a dictionary, the behavior is the same if you defined a key named default. Defining an additional admin key allows you to use the new send_mail_to_admin command.

v1.0.0

30 Jan 15:16
99966c5
Compare
Choose a tag to compare
  • First stable release

See CHANGELOG.md