Changeset - 1ccd08395869
[Not reviewed]
0.2
0 3 0
Branko Majic (branko) - 7 years ago 2016-12-03 16:48:02
branko@majic.rs
Noticket: Preparing for 0.2 release.
3 files changed with 24 insertions and 3 deletions:
0 comments (0 inline, 0 general)
docs/conf.py
Show inline comments
 
@@ -54,9 +54,9 @@ copyright = u'2013, Branko Majic'
 
# built documents.
 
#
 
# The short X.Y version.
 
version = '0.1'
 
version = '0.2'
 
# The full version, including alpha/beta/rc tags.
 
release = '0.1'
 
release = '0.2'
 

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

	
 
Update introduces support for Django 1.8+ and some documentation improvements.
 

	
 
New features:
 

	
 
* `DJPYD-7: Update application for use in Django 1.8, 1.9, and Django 1.10
 
  <https://projects.majic.rs/django-pydenticon/issues/DJPYD-7>`_
 

	
 
  Minimum requirement for Django is now 1.8.x. Fixes are compatible with Django
 
  1.9.x and 1.10.x as well.
 

	
 
Enhancements:
 

	
 
* `DJPYD-8: Update Pydenticon requirement to version 0.3
 
  <https://projects.majic.rs/django-pydenticon/issues/DJPYD-8>`_
 

	
 
  Introduced explicit dependency on Pydenticon 0.3, which also introduces
 
  ability to handle transparency in PNGs.
 

	
 
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='django-pydenticon',
 
    version='0.1',
 
    version='0.2',
 
    packages=find_packages(exclude=["testproject", "testproject.*"]),
 
    include_package_data=True,
 
    license='BSD',
0 comments (0 inline, 0 general)