From 8cb8985774f2092178f3e741b987106129915445 2013-12-30 23:18:20 From: Branko Majic Date: 2013-12-30 23:18:20 Subject: [PATCH] Noticket: Preparing for 0.1.1 release. --- diff --git a/docs/conf.py b/docs/conf.py index ad30e382332cc4b0109a8b4c6c2b5c1d750b5f0a..27d7b80c3afd70f22b69200536127fa0024d9eef 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' +version = '0.1.1' # The full version, including alpha/beta/rc tags. -release = '0.1' +release = '0.1.1' # 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 6d362b1edf4723ff2a612aa10b6057dc547a7343..73a3bd603acb95383e419bdc8b2eb3a8ace5a304 100644 --- a/docs/releasenotes.rst +++ b/docs/releasenotes.rst @@ -1,6 +1,25 @@ Release Notes ============= +0.1.1 +----- + +This is a very small release feature-wise, with a single bug-fix. + +New features: + +* `PYD-3: Initial tests `_ + + Unit tests covering most of the library functionality. + +Bug fixes: + +* `PYD-4: Identicon generation using pre-hashed data raises ValueError + `_ + + Fixed some flawed logic which prevented identicons to be generated from + existing hashes. + 0.1 --- diff --git a/setup.py b/setup.py index a1fd8916b02e6a1068610d66c35d4e933182f183..e35fbd94b5d3e32ce09dada87303c461f91d4c77 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.1', + version='0.1.1', packages=['pydenticon'], include_package_data=True, license='BSD', # example license