Changeset - 8cb8985774f2
[Not reviewed]
0.1.1
0 3 0
Branko Majic (branko) - 10 years ago 2013-12-30 23:18:20
branko@majic.rs
Noticket: Preparing for 0.1.1 release.
3 files changed with 22 insertions and 3 deletions:
0 comments (0 inline, 0 general)
docs/conf.py
Show inline comments
 
@@ -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.
docs/releasenotes.rst
Show inline comments
 
Release Notes
 
=============
 

	
 
0.1.1
 
-----
 

	
 
This is a very small release feature-wise, with a single bug-fix.
 

	
 
New features:
 

	
 
* `PYD-3: Initial tests <https://projects.majic.rs/pydenticon/issues/PYD-3>`_
 

	
 
  Unit tests covering most of the library functionality.
 

	
 
Bug fixes:
 

	
 
* `PYD-4: Identicon generation using pre-hashed data raises ValueError
 
  <https://projects.majic.rs/pydenticon/issues/PYD-4>`_
 

	
 
  Fixed some flawed logic which prevented identicons to be generated from
 
  existing hashes.
 

	
 
0.1
 
---
 

	
setup.py
Show inline comments
 
@@ -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
0 comments (0 inline, 0 general)