Skip to content

Commit

Permalink
bumped version to v1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
caronc committed Mar 3, 2024
1 parent 645baeb commit b4798e3
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 8 deletions.
2 changes: 1 addition & 1 deletion apprise/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# POSSIBILITY OF SUCH DAMAGE.

__title__ = 'Apprise'
__version__ = '1.7.2'
__version__ = '1.7.3'
__author__ = 'Chris Caron'
__license__ = 'BSD'
__copywrite__ = 'Copyright (C) 2024 Chris Caron <[email protected]>'
Expand Down
13 changes: 11 additions & 2 deletions apprise/i18n/apprise.pot
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: apprise 1.7.2\n"
"Project-Id-Version: apprise 1.7.3\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2024-01-27 15:34-0500\n"
"POT-Creation-Date: 2024-03-03 18:04-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down Expand Up @@ -143,6 +143,9 @@ msgstr ""
msgid "Category"
msgstr ""

msgid "Channel ID"
msgstr ""

msgid "Channels"
msgstr ""

Expand Down Expand Up @@ -233,6 +236,9 @@ msgstr ""
msgid "Email Header"
msgstr ""

msgid "Embed URL"
msgstr ""

msgid "Entity"
msgstr ""

Expand Down Expand Up @@ -308,6 +314,9 @@ msgstr ""
msgid "Icon Type"
msgstr ""

msgid "Icon URL"
msgstr ""

msgid "Idempotency-Key"
msgstr ""

Expand Down
8 changes: 7 additions & 1 deletion packaging/man/apprise.1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "APPRISE" "1" "January 2024" "Chris Caron <[email protected]>" ""
.TH "APPRISE" "1" "March 2024" "Chris Caron <[email protected]>" ""
.
.SH "NAME"
\fBapprise\fR \- Push Notifications that work with just about every platform!
Expand Down Expand Up @@ -235,18 +235,24 @@ Configuration files can be directly referenced via \fBapprise\fR when referencin

~/\.apprise
~/\.apprise\.yml
~/\.apprise\.yaml
~/\.config/apprise
~/\.config/apprise\.yml
~/\.config/apprise\.yaml

~/\.apprise/apprise
~/\.apprise/apprise\.yml
~/\.apprise/apprise\.yaml
~/\.config/apprise/apprise
~/\.config/apprise/apprise\.yml
~/\.config/apprise/apprise\.yaml

/etc/apprise
/etc/apprise\.yml
/etc/apprise\.yaml
/etc/apprise/apprise
/etc/apprise/apprise\.yml
/etc/apprise/apprise\.yaml
.
.fi
.
Expand Down
10 changes: 8 additions & 2 deletions packaging/man/apprise.1.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion packaging/redhat/python-apprise.spec
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Techulus Push, Telegram, Threema Gateway, Twilio, Twitter, Twist, XBMC,
Voipms, Vonage, WeCom Bot, WhatsApp, Webex Teams}

Name: python-%{pypi_name}
Version: 1.7.2
Version: 1.7.3
Release: 1%{?dist}
Summary: A simple wrapper to many popular notification services used today
License: BSD
Expand Down Expand Up @@ -195,6 +195,9 @@ LANG=C.UTF-8 PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version
%{python3_sitelib}/%{pypi_name}/cli.*

%changelog
* Sun Mar 3 2024 Chris Caron <[email protected]> - 1.7.3
- Updated to v1.7.3

* Sat Jan 27 2024 Chris Caron <[email protected]> - 1.7.2
- Updated to v1.7.2

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

setup(
name='apprise',
version='1.7.2',
version='1.7.3',
description='Push Notifications that work with just about every platform!',
license='BSD',
long_description=open('README.md', encoding="utf-8").read(),
Expand Down

0 comments on commit b4798e3

Please sign in to comment.