Changeset - d3e235399b35
[Not reviewed]
0.3
0 3 0
Branko Majic (branko) - 6 years ago 2017-12-21 10:59:02
branko@majic.rs
CONNT-33: Bumping version back maintenance.
3 files changed with 6 insertions and 2 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 = '0.3.1'
 
version = '0.3-maint'
 
# The full version, including alpha/beta/rc tags.
 
release = version
 

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

	
 

	
 
0.3-maint
 
---------
 

	
 

	
 
0.3.1
 
-----
 

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

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