From d5e61e470de2c55a375b47461297f54655d87b5f Mon Sep 17 00:00:00 2001 From: hpk Date: Thu, 21 Aug 2008 09:48:44 +0200 Subject: [PATCH] [svn r57529] preparing experiments with "dev" tags and pypi. --HG-- branch : trunk --- py/__init__.py | 6 +++--- setup.cfg | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) create mode 100644 setup.cfg diff --git a/py/__init__.py b/py/__init__.py index ca8737594..9c6fa36a8 100644 --- a/py/__init__.py +++ b/py/__init__.py @@ -7,12 +7,12 @@ and svn abstractions. """ from initpkg import initpkg -version = "1.0-pre-alpha" +version = "1.0.0a1" initpkg(__name__, description = "pylib and py.test: agile development and test support library", - revision = int('$LastChangedRevision: 57429 $'.split(':')[1][:-1]), - lastchangedate = '$LastChangedDate: 2008-08-18 17:08:39 +0200 (Mon, 18 Aug 2008) $', + revision = int('$LastChangedRevision: 57529 $'.split(':')[1][:-1]), + lastchangedate = '$LastChangedDate: 2008-08-21 09:48:44 +0200 (Thu, 21 Aug 2008) $', version = version, url = "http://pylib.org", download_url = "http://pypi.python.org/pypi?:action=display&name=py", diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 000000000..0c3455bc4 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,3 @@ +[egg_info] +tag_build = .dev +tag_svn_revision = 1