Skip to content

Commit

Permalink
bumped version to v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
caronc committed Dec 28, 2023
1 parent d6e0d2e commit c47de7f
Show file tree
Hide file tree
Showing 5 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.6.0'
__version__ = '1.7.0'
__author__ = 'Chris Caron'
__license__ = 'BSD'
__copywrite__ = 'Copyright (C) 2023 Chris Caron <[email protected]>'
Expand Down
27 changes: 24 additions & 3 deletions apprise/i18n/apprise.pot
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: apprise 1.6.0\n"
"Project-Id-Version: apprise 1.7.0\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2023-10-15 15:56-0400\n"
"POT-Creation-Date: 2023-12-27 20:32-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"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.11.0\n"
"Generated-By: Babel 2.12.1\n"

msgid "A local Gnome environment is required."
msgstr ""
Expand Down Expand Up @@ -125,6 +125,9 @@ msgstr ""
msgid "Bot Token"
msgstr ""

msgid "Bot Webhook Key"
msgstr ""

msgid "Cache Age"
msgstr ""

Expand Down Expand Up @@ -281,6 +284,12 @@ msgstr ""
msgid "GET Params"
msgstr ""

msgid "Gateway"
msgstr ""

msgid "Gateway ID"
msgstr ""

msgid "Gnome Notification"
msgstr ""

Expand Down Expand Up @@ -323,6 +332,9 @@ msgstr ""
msgid "Integration Key"
msgstr ""

msgid "Interpret Emojis"
msgstr ""

msgid "Is Ad?"
msgstr ""

Expand All @@ -344,6 +356,9 @@ msgstr ""
msgid "Local File"
msgstr ""

msgid "Locale"
msgstr ""

msgid "Log PID"
msgstr ""

Expand Down Expand Up @@ -661,6 +676,9 @@ msgstr ""
msgid "Target Team"
msgstr ""

msgid "Target Threema ID"
msgstr ""

msgid "Target Topic"
msgstr ""

Expand Down Expand Up @@ -757,6 +775,9 @@ msgstr ""
msgid "Unicode Characters"
msgstr ""

msgid "Upload"
msgstr ""

msgid "Urgency"
msgstr ""

Expand Down
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.6.0
Version: 1.7.0
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 Oct 15 2023 Chris Caron <[email protected]> - 1.7.0
- Updated to v1.7.0

* Sun Oct 15 2023 Chris Caron <[email protected]> - 1.6.0
- Updated to v1.6.0

Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license_files = LICENSE

[flake8]
# We exclude packages we don't maintain
exclude = .eggs,.tox,.local
exclude = .eggs,.tox,.local,dist
ignore = E741,E722,W503,W504,W605
statistics = true
builtins = _
Expand All @@ -18,7 +18,7 @@ test=pytest
[tool:pytest]
addopts = -ra
python_files = test/test_*.py
norecursedirs=test/helpers
norecursedirs=test/helpers, dist
filterwarnings =
once::Warning

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.6.0',
version='1.7.0',
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 c47de7f

Please sign in to comment.