Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Release 3.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MarekSuchanek committed Jun 20, 2022
1 parent 2b27f18 commit 0ce79f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dsw_mailer/consts.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PROG_NAME = 'dsw-mailer'
PACKAGE_VERSION = '3.12.0'
PACKAGE_VERSION = '3.13.0'

LOGGER_NAME = 'mailer'

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='dsw_mailer',
version='3.12.0',
version='3.13.0',
description='Worker for sending email notifications',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 0ce79f9

Please sign in to comment.