Rev 1574: Prepare release candidate. in http://people.samba.org/bzr/jelmer/bzr-svn/trunk
Jelmer Vernooij
jelmer at samba.org
Sat Aug 9 04:04:18 BST 2008
At http://people.samba.org/bzr/jelmer/bzr-svn/trunk
------------------------------------------------------------
revno: 1574
revision-id: jelmer at samba.org-20080809030416-ln79n3s9zpv952mz
parent: jelmer at samba.org-20080809030045-e8k9dlc6hw70nqci
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: 0.4
timestamp: Sat 2008-08-09 05:04:16 +0200
message:
Prepare release candidate.
modified:
NEWS news-20061231030336-h9fhq245ie0de8bs-1
__init__.py __init__.py-20051008155114-eae558e6cf149e1d
setup.py setup.py-20060502115218-86950492da22353f
=== modified file 'NEWS'
--- a/NEWS 2008-08-09 03:00:45 +0000
+++ b/NEWS 2008-08-09 03:04:16 +0000
@@ -1,4 +1,4 @@
-bzr-svn 0.4.11 UNRELEASED
+bzr-svn 0.4.11~rc1 2008-08-08
CHANGES
=== modified file '__init__.py'
--- a/__init__.py 2008-08-02 23:41:33 +0000
+++ b/__init__.py 2008-08-09 03:04:16 +0000
@@ -45,7 +45,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, 11, 'exp', 0)
+version_info = (0, 4, 11, 'rc', 1)
if version_info[3] == 'final':
version_string = '%d.%d.%d' % version_info[:3]
=== modified file 'setup.py'
--- a/setup.py 2008-08-06 13:21:01 +0000
+++ b/setup.py 2008-08-09 03:04:16 +0000
@@ -211,7 +211,7 @@
setup(name='bzr-svn',
description='Support for Subversion branches in Bazaar',
keywords='plugin bzr svn',
- version='0.4.11',
+ version='0.4.11~rc1',
url='http://bazaar-vcs.org/BzrForeignBranches/Subversion',
download_url='http://bazaar-vcs.org/BzrSvn',
license='GPL',
More information about the bazaar-commits
mailing list