# HG changeset patch # User Gustavo Picon # Date 1271026164 18000 # Node ID b5ae221eb73fec2bbfa8d9a614ca194b8ce98292 # Parent 693175c4214b88679768acb8624dc3c837108ca8 preparing 0.8 beta release diff -r 693175c4214b88679768acb8624dc3c837108ca8 -r b5ae221eb73fec2bbfa8d9a614ca194b8ce98292 docs/conf.py --- a/docs/conf.py Sun Apr 11 17:37:11 2010 -0500 +++ b/docs/conf.py Sun Apr 11 17:49:24 2010 -0500 @@ -42,9 +42,9 @@ # other places throughout the built documents. # # The short X.Y version. -version = '0.8a' +version = '0.8b' # The full version, including alpha/beta/rc tags. -release = '0.8a' +release = '0.8b' # There are two options for replacing |today|: either, you set today to some # non-false value, then it is used: diff -r 693175c4214b88679768acb8624dc3c837108ca8 -r b5ae221eb73fec2bbfa8d9a614ca194b8ce98292 setup.py --- a/setup.py Sun Apr 11 17:37:11 2010 -0500 +++ b/setup.py Sun Apr 11 17:49:24 2010 -0500 @@ -3,10 +3,10 @@ import os from distutils.core import setup -version = '0.8a' +version = '0.8b' classifiers = [ - "Development Status :: 3 - Alpha", + "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Programming Language :: Python", diff -r 693175c4214b88679768acb8624dc3c837108ca8 -r b5ae221eb73fec2bbfa8d9a614ca194b8ce98292 tagtools.py --- a/tagtools.py Sun Apr 11 17:37:11 2010 -0500 +++ b/tagtools.py Sun Apr 11 17:49:24 2010 -0500 @@ -6,7 +6,7 @@ :synopsys: Python helpers to work with tags. :copyright: 2010 by Gustavo Picon :license: Apache License 2.0 -:version: 0.8a +:version: 0.8b :url: http://code.tabo.pe/tagtools/ :documentation: `tagtools-docs @@ -27,7 +27,7 @@ """ -__version__ = '0.8a' +__version__ = '0.8b' class Serializer(object):