Rev 684: Start working on 0.4.3 in file:///data/jelmer/bzr-svn/0.4/
Jelmer Vernooij
jelmer at samba.org
Mon Sep 10 00:34:04 BST 2007
At file:///data/jelmer/bzr-svn/0.4/
------------------------------------------------------------
revno: 684
revision-id: jelmer at samba.org-20070909013249-94s3cd9ef221b5rv
parent: jelmer at samba.org-20070909011307-a3opiz4wyikoo94c
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: 0.4
timestamp: Sun 2007-09-09 03:32:49 +0200
message:
Start working on 0.4.3
modified:
NEWS news-20061231030336-h9fhq245ie0de8bs-1
__init__.py __init__.py-20051008155114-eae558e6cf149e1d
setup.py setup.py-20060502115218-86950492da22353f
=== modified file 'NEWS'
--- a/NEWS 2007-09-09 00:41:31 +0000
+++ b/NEWS 2007-09-09 01:32:49 +0000
@@ -1,3 +1,5 @@
+bzr-svn 0.4.3 UNRELEASED
+
bzr-svn 0.4.2 2007-09-09
BUG FIXES
=== modified file '__init__.py'
--- a/__init__.py 2007-09-09 00:41:31 +0000
+++ b/__init__.py 2007-09-09 01:32:49 +0000
@@ -37,7 +37,7 @@
# 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, 2, 'final', 0)
+version_info = (0, 4, 3, 'dev', 0)
if version_info[3] == 'final':
version_string = '%d.%d.%d' % version_info[:3]
=== modified file 'setup.py'
--- a/setup.py 2007-08-26 10:40:29 +0000
+++ b/setup.py 2007-09-09 01:32:49 +0000
@@ -5,7 +5,7 @@
setup(name='bzr-svn',
description='Support for Subversion branches in Bazaar',
keywords='plugin bzr svn',
- version='0.4.2',
+ version='0.4.3',
url='http://bazaar-vcs.org/BzrForeignBranches/Subversion',
download_url='http://bazaar-vcs.org/BzrSvn',
license='GPL',
More information about the bazaar-commits
mailing list