From c8dfc100398f48183b604efde8d949a3066e1289 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Lalinsk=C3=BD?= Date: Sun, 29 Jul 2007 22:15:56 +0200 Subject: [PATCH] Changelog and version number for 0.9.0alpha13 --- NEWS.txt | 5 +++++ picard/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS.txt b/NEWS.txt index 3c2723c80..e2e6c6db6 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -1,3 +1,8 @@ +Version 0.9.0alpha13 - 2007-07-29 + * Bug Fixes: + * Fixed drag&drop issue on Windows Vista. + http://forums.musicbrainz.org/viewtopic.php?id=693 + Version 0.9.0alpha12 - 2007-07-29 * Changes: * "User directory" location changed: diff --git a/picard/__init__.py b/picard/__init__.py index 7329dca83..b249a090d 100644 --- a/picard/__init__.py +++ b/picard/__init__.py @@ -17,7 +17,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -version_info = (0, 9, 0, 'dev', 13) +version_info = (0, 9, 0, 'alpha', 13) if version_info[3] == 'final': version_string = '%d.%d.%d' % version_info[:3]