Changeset - e1a060d1ff6a
[Not reviewed]
0.3
0 3 0
Branko Majic (branko) - 6 years ago 2017-12-20 13:42:12
branko@majic.rs
CONNT-29: Creating maintenance branch 0.3.
3 files changed with 4 insertions and 4 deletions:
0 comments (0 inline, 0 general)
docs/conf.py
Show inline comments
 
@@ -60,7 +60,7 @@ copyright = u'2013, Branko Majic'
 
# built documents.
 
#
 
# The short X.Y version.
 
version = 'dev'
 
version = '0.3-maint'
 
# The full version, including alpha/beta/rc tags.
 
release = version
 

	
docs/releasenotes.rst
Show inline comments
 
@@ -12,8 +12,8 @@ Release Notes
 
=============
 

	
 

	
 
dev
 
---
 
0.3-maint
 
---------
 

	
 
Breaking changes:
 

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

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