Browse code

* S3/PkgInfo.py: Version 0.9.8-rc1

git-svn-id: https://s3tools.svn.sourceforge.net/svnroot/s3tools/s3cmd/trunk@191 830e0280-6d2a-0410-9c65-932aecc39d9d

Michal Ludvig authored on 2008/06/11 11:21:59
Showing 2 changed files
... ...
@@ -1,5 +1,9 @@
1 1
 2008-06-11  Michal Ludvig  <michal@logix.cz>
2 2
 
3
+	* S3/PkgInfo.py: Version 0.9.8-rc1
4
+
5
+2008-06-11  Michal Ludvig  <michal@logix.cz>
6
+
3 7
 	* s3cmd: Remove python 2.5 specific code (try/except/finally 
4 8
 	  block) and make s3cmd compatible with python 2.4 again.
5 9
 	* s3cmd, S3/Config.py, s3cmd.1: Added --exclude-from and --debug-syncmatch
... ...
@@ -1,5 +1,5 @@
1 1
 package = "s3cmd"
2
-version = "0.9.7"
2
+version = "0.9.8-rc1"
3 3
 url = "http://s3tools.logix.cz"
4 4
 license = "GPL version 2"
5 5
 short_description = "S3cmd is a tool for managing Amazon S3 storage space."