Changeset - 33f999f3c8da
[Not reviewed]
0.3
0 3 0
Branko Majic (branko) - 7 years ago 2016-12-03 15:24:54
branko@majic.rs
Noticket: Preparing for 0.3 release.
3 files changed with 23 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.2'
 
version = '0.3'
 
# The full version, including alpha/beta/rc tags.
 
release = '0.2'
 
release = '0.3'
 

	
 
# 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.3
 
---
 

	
 
Update introducing support for more output formats and ability to use
 
transparency for PNG identicons.
 

	
 
New features:
 

	
 
* `PYD-6: Add support for having transparent backgrounds in identicons
 
  <https://projects.majic.rs/pydenticon/issues/PYD-6>`_
 

	
 
  Ability to use alpha-channel specification in PNG identicons to obtain
 
  complete or partial transparency. Works for both background and foreground
 
  colour.
 

	
 
* `PYD-7: Ability to specify image format
 
  <https://projects.majic.rs/pydenticon/issues/PYD-7>`_
 

	
 
  Ability to specify any output format supported by the Pillow library.
 

	
 
0.2
 
---
 

	
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.2',
 
    version='0.3',
 
    packages=['pydenticon'],
 
    include_package_data=True,
 
    license='BSD',  # example license
0 comments (0 inline, 0 general)