Skip to content

Commit

Permalink
Version 3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
mborsetti committed Mar 15, 2024
1 parent 5fab962 commit 1232e1d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.rst
Expand Up @@ -33,7 +33,7 @@ can check out the `wish list <https://github.com/mborsetti/webchanges/blob/main/
Internals, for changes that don't affect users. [triggers a minor patch]
Version 3.20rc0
Version 3.20
===================
2024-03-15

Expand All @@ -43,9 +43,9 @@ Added

Changed
-------
* ``--test-reporter`` now allows testing of reporters that are not enabled; the error that the reporter is not enabled
is now a warning. This simplifies testing.
* ``email`` reporter supports sending to multiple "to" addresses (both SMTP and sendmail)
* ``--test-reporter`` now allows testing of reporters that are not enabled; if a reporter is not enabled, a warning
will be issued. This simplifies testing.
* ``email`` reporter (both SMTP and sendmail) supports sending to multiple "to" addresses.

Fixed
-----
Expand Down
6 changes: 3 additions & 3 deletions RELEASE.rst
Expand Up @@ -4,9 +4,9 @@ Added

Changed
-------
* ``--test-reporter`` now allows testing of reporters that are not enabled; the error that the reporter is not enabled
is now a warning. This simplifies testing.
* ``email`` reporter supports sending to multiple "to" addresses (both SMTP and sendmail)
* ``--test-reporter`` now allows testing of reporters that are not enabled; if a reporter is not enabled, a warning
will be issued. This simplifies testing.
* ``email`` reporter (both SMTP and sendmail) supports sending to multiple "to" addresses.

Fixed
-----
Expand Down
2 changes: 1 addition & 1 deletion webchanges/__init__.py
Expand Up @@ -21,7 +21,7 @@
# * MINOR version when you add functionality in a backwards compatible manner, and
# * MICRO or PATCH version when you make backwards compatible bug fixes. We no longer use '0'
# If unsure on increments, use pkg_resources.parse_version to parse
__version__ = '3.20rc0'
__version__ = '3.20'
__description__ = (
'Check web (or command output) for changes since last run and notify.\n'
'\n'
Expand Down

0 comments on commit 1232e1d

Please sign in to comment.