[Pkg-mpd-commits] [python-mpd] 155/262: Increment version number to 0.4.5

Simon McVittie smcv at debian.org
Sun May 22 18:16:41 UTC 2016


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch upstream
in repository python-mpd.

commit 3ee0c42bff2e8f6d7ee8338b4e291b8262fbed16
Author: Jörg Thalheim <joerg at higgsboson.tk>
Date:   Wed Dec 5 17:10:43 2012 +0100

    Increment version number to 0.4.5
---
 CHANGES.txt | 4 ++++
 setup.py    | 5 +++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/CHANGES.txt b/CHANGES.txt
index 087cc40..5f36976 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,6 +1,10 @@
 python-mpd2 Changes List
 ========================
 
+Changes in 0.4.5
+----------------
+* support for logging
+
 Changes in 0.4.4
 ----------------
 
diff --git a/setup.py b/setup.py
index 0b0d3ba..198a922 100644
--- a/setup.py
+++ b/setup.py
@@ -15,12 +15,13 @@ CLASSIFIERS = [
     "Natural Language :: English",
     "Operating System :: OS Independent",
     "Programming Language :: Python",
+    "Programming Language :: Python :: 3",
     "Topic :: Software Development :: Libraries :: Python Modules",
 ]
 
 LICENSE = """\
 Copyright (C) 2008-2010  J. Alexander Treuman <jat at spatialrift.net>
-Copyright (C) 2012  J. Thalheim <jat at spatialrift.net>
+Copyright (C) 2012  J. Thalheim <joerg at higgsboson.tk>
 
 python-mpd2 is free software: you can redistribute it and/or modify
 it under the terms of the GNU Lesser General Public License as published by
@@ -36,7 +37,7 @@ along with python-mpd2.  If not, see <http://www.gnu.org/licenses/>.\
 
 setup(
     name="python-mpd2",
-    version="0.4.4",
+    version="0.4.5",
     description="A Python MPD client library",
     long_description=DESCRIPTION,
     author="J. Thalheim",

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mpd/python-mpd.git



More information about the Pkg-mpd-commits mailing list