Make this version 0.7 (by hand rather clunkily) release_0.7
authorPaul Crowley <paul@lshift.net>
Mon, 09 Nov 2009 17:26:11 +0000
changeset 179 243dd21d0dbc
parent 177 fb6587ce93c6
child 180 32cf12a724f8
Make this version 0.7 (by hand rather clunkily)
doc/manual.docbook
setup.py
--- a/doc/manual.docbook	Mon Nov 09 17:13:37 2009 +0000
+++ b/doc/manual.docbook	Mon Nov 09 17:26:11 2009 +0000
@@ -52,12 +52,12 @@
 <screen><computeroutput>jay@spoon:~$ </computeroutput><userinput>scp mercurial-server_0.6.1_amd64.deb jeeves:</userinput>
 <computeroutput>mercurial-server_0.6.1_amd64.deb 100%
 jay@spoon:~$ </computeroutput><userinput>ssh -A jeeves</userinput>
-<computeroutput>jay@jeeves:~$ </computeroutput><userinput>sudo dpkg -i mercurial-server_0.6.1_amd64.deb</userinput>
+<computeroutput>jay@jeeves:~$ </computeroutput><userinput>sudo dpkg -i mercurial-server_0.7_amd64.deb</userinput>
 <computeroutput>[sudo] password for jay: 
 Selecting previously deselected package mercurial-server.
 (Reading database ... 144805 files and directories currently installed.)
-Unpacking mercurial-server (from .../mercurial-server_0.6.1_amd64.deb) ...
-Setting up mercurial-server (0.6.1) ...
+Unpacking mercurial-server (from .../mercurial-server_0.7_amd64.deb) ...
+Setting up mercurial-server (0.7) ...
 jay@jeeves:~$ </computeroutput></screen>
 <para>
 mercurial-server is now installed on the repository host.  Next, we need to give you permission to access its repositories.
--- a/setup.py	Mon Nov 09 17:13:37 2009 +0000
+++ b/setup.py	Mon Nov 09 17:26:11 2009 +0000
@@ -7,7 +7,7 @@
     name="mercurial-server",
     description="Centralized Mercurial repository manager",
     url="http://www.lshift.net/mercurial-server.html",
-    version="0.6+", # FIXME: infer this
+    version="0.7", # FIXME: infer this
     package_dir = {'': 'src'},
     packages = ["mercurialserver"],
     requires = ["mercurial"], # FIXME: what version?