From ead70abc037dd9242fc95c276798f51aadaa0c45 2014-12-14 23:58:26 From: Branko Majic Date: 2014-12-14 23:58:26 Subject: [PATCH] Noticket: Preparing for 0.2 release. --- diff --git a/docs/conf.py b/docs/conf.py index 27d7b80c3afd70f22b69200536127fa0024d9eef..54a0eb67f111bcba96c0fac798911f5af47939df 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -49,9 +49,9 @@ copyright = u'2013, Branko Majic' # built documents. # # The short X.Y version. -version = '0.1.1' +version = '0.2' # The full version, including alpha/beta/rc tags. -release = '0.1.1' +release = '0.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/releasenotes.rst b/docs/releasenotes.rst index 73a3bd603acb95383e419bdc8b2eb3a8ace5a304..ffbe84fe94325fb2113af5c85a3c4f37f2929713 100644 --- a/docs/releasenotes.rst +++ b/docs/releasenotes.rst @@ -1,6 +1,18 @@ Release Notes ============= +0.2 +--- + +A small release that adds support for Python 3 in addition to Python 2.7. + +New features: + +* `PYD-5: Add support for Python 3.x + `_ + + Support for Python 3.x, in addition to Python 2.7. + 0.1.1 ----- diff --git a/setup.py b/setup.py index f6134517457efd69b448f950f064da1983685e66..8feaac06f03c0bc190cfa97f1831c54445d43ac1 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir))) setup( name='pydenticon', - version='0.2-dev', + version='0.2', packages=['pydenticon'], include_package_data=True, license='BSD', # example license