Changeset - b0fc2c3b179f
[Not reviewed]
0.2 default
0 3 0
Branko Majic (branko) - 10 years ago 2013-11-10 14:43:03
branko@majic.rs
Noticket: Updated the application version and release notes for 0.2.
3 files changed with 23 insertions and 3 deletions:
0 comments (0 inline, 0 general)
docs/conf.py
Show inline comments
 
@@ -60,9 +60,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
 
@@ -11,6 +11,26 @@
 
Release Notes
 
=============
 

	
 
0.2
 
---
 

	
 
This release contains mainly some usability features, and some minor
 
bug-fixes. No changes to database schema were made.
 

	
 
New features:
 

	
 
* Tabluar representation of project communications, with colour-coding matching
 
  the diagram. [ `CONNT-17 <https://projects.majic.rs/conntrackt/issues/CONNT-17>`_ ]
 
* Simple search functionality, including search suggestions if JavaScript is
 
  enabled. [ `CONNT-19 <https://projects.majic.rs/conntrackt/issues/CONNT-19>`_,
 
  `CONNT-23 <https://projects.majic.rs/conntrackt/issues/CONNT-23>`_ ]
 
* Removing an object will list all related objects that will get removed as
 
  well. [ `CONNT-20 <https://projects.majic.rs/conntrackt/issues/CONNT-20>`_ ]
 

	
 
Bug fixes:
 

	
 
* Generates valid XHTML5 code now. [ `CONNT-24 <https://projects.majic.rs/conntrackt/issues/CONNT-24>`_ ]
 

	
 
0.1
 
---
 

	
setup.py
Show inline comments
 
@@ -32,7 +32,7 @@ os.chdir(os.path.normpath(os.path.join(o
 

	
 
setup(
 
    name='django-conntrackt',
 
    version='0.1',
 
    version='0.2',
 
    packages=find_packages(exclude=["projtest", "projtest.*"]),
 
    include_package_data=True,
 
    license='GPLv3+',
0 comments (0 inline, 0 general)