[Pkg-bazaar-commits] ./bzr-builddeb/trunk.old r267: Start the 2.1 branch.

James Westby jw+debian at jameswestby.net
Wed Dec 10 08:33:00 UTC 2008


------------------------------------------------------------
revno: 267
committer: James Westby <jw+debian at jameswestby.net>
branch nick: trunk
timestamp: Thu 2008-08-28 13:41:37 +0100
message:
  Start the 2.1 branch.
modified:
  debian/changelog
  setup.py
  version.py
-------------- next part --------------
=== modified file 'debian/changelog'
--- a/debian/changelog	2008-08-28 10:44:37 +0000
+++ b/debian/changelog	2008-08-28 12:41:37 +0000
@@ -1,4 +1,4 @@
-bzr-builddeb (2.0.1) UNRELEASED; urgency=low
+bzr-builddeb (2.1) UNRELEASED; urgency=low
 
   * Fix retrieval of the upstream source from a watch file of the archive.
     - It would download to the specified tarball directory, but then

=== modified file 'setup.py'
--- a/setup.py	2008-08-28 10:42:18 +0000
+++ b/setup.py	2008-08-28 12:41:37 +0000
@@ -23,7 +23,7 @@
 from distutils.core import setup
 
 setup(name="bzr-builddeb",
-      version="2.0.1",
+      version="2.1",
       description="Build a .deb from a bzr branch",
       author="James Westby",
       author_email="jw+debian at jameswestby.net",

=== modified file 'version.py'
--- a/version.py	2008-08-28 10:42:18 +0000
+++ b/version.py	2008-08-28 12:41:37 +0000
@@ -26,7 +26,7 @@
 # releaselevel of 'dev' for unreleased under-development code.
 #
 # Please set this to 'final' before upload.
-version_info = (2, 0, 1, 'final', 0)
+version_info = (2, 1, 0, 'dev', 0)
 
 # vim: ts=2 sts=2 sw=2
 



More information about the Pkg-bazaar-commits mailing list