From: Jelmer Vernooij Date: Wed, 24 Sep 2008 16:01:03 +0000 (+0200) Subject: Release 0.4.13. X-Git-Tag: bzr-svn-0.4.13 X-Git-Url: http://git.samba.org/samba.git/?p=jelmer%2Fsubvertpy.git;a=commitdiff_plain;h=0da0cc892244d2d954ba43716a207e76a37388ac Release 0.4.13. --- diff --git a/NEWS b/NEWS index 3e8ea707..bcb11655 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -bzr-svn 0.4.13 UNRELEASED +bzr-svn 0.4.13 2008-09-24 BUG FIXES @@ -12,6 +12,8 @@ bzr-svn 0.4.13 UNRELEASED * Properly convert errors raised when starting a commit. (#267899) + * Fix compatibility with Bazaar 1.7. + FEATURES * Add support for using Apple keychain. diff --git a/__init__.py b/__init__.py index 23058836..74d756a1 100644 --- a/__init__.py +++ b/__init__.py @@ -45,7 +45,7 @@ import os # versions ending in 'exp' mean experimental mappings # versions ending in 'dev' mean development version # versions ending in 'final' mean release (well tested, etc) -version_info = (0, 4, 13, 'dev', 0) +version_info = (0, 4, 13, 'final', 0) if version_info[3] == 'final': version_string = '%d.%d.%d' % version_info[:3]