From 18b677479a1df007f479688a48218f20888bb2a0 Mon Sep 17 00:00:00 2001 From: Thibaut Horel Date: Sun, 13 May 2018 11:51:57 -0400 Subject: Version bump --- CHANGES.rst | 7 ++++--- doc/conf.py | 2 +- pushover.py | 8 ++++---- setup.py | 2 +- 4 files changed, 10 insertions(+), 9 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index dffe593..3a7eab4 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,11 +1,12 @@ Changes ------- -0.4 (tbd) +0.4 (2018-05-13) ~~~~~~~~~~~~~~~~ -* Add support for expire and retry provided at command line. These are - required by priority 2 messages. +* Add support for ``expire`` and ``retry`` parameters to the command line for + ``priority=2`` messages +* Add support for attachments 0.3 (2016-12-29) ~~~~~~~~~~~~~~~~ diff --git a/doc/conf.py b/doc/conf.py index ed74c97..45ed9b6 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -40,7 +40,7 @@ master_doc = 'index' # General information about the project. project = u'python-pushover' -copyright = u'2013-2016' +copyright = u'2013-2018' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the diff --git a/pushover.py b/pushover.py index 8160966..06400cd 100644 --- a/pushover.py +++ b/pushover.py @@ -1,6 +1,6 @@ -# pushover 0.3 +# pushover 0.4 # -# Copyright (C) 2013-2016 Thibaut Horel +# Copyright (C) 2013-2018 Thibaut Horel # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -347,8 +347,8 @@ For more details and bug reports, see: https://github.com/Thibauth/python-pushov parser.add_argument("--version", "-v", action="version", help="output version information and exit", version=""" -%(prog)s 0.3 -Copyright (C) 2013-2016 Thibaut Horel +%(prog)s 0.4 +Copyright (C) 2013-2018 Thibaut Horel License GPLv3+: GNU GPL version 3 or later . This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.""") diff --git a/setup.py b/setup.py index 6481bbd..19ded46 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup(name='python-pushover', - version='0.3', + version='0.4', description="Comprehensive bindings and command line utility for the " "Pushover notification service", long_description=open("README.rst").read() + "\n" -- cgit v1.2.3-70-g09d2