Changeset - 075b4bc03fb2
[Not reviewed]
0.3.0 0.3
0 3 0
Branko Majic (branko) - 6 years ago 2017-12-20 13:43:10
branko@majic.rs
CONNT-29: Releasing version 0.3.0.
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 = '0.3-maint'
 
version = '0.3.0'
 
# The full version, including alpha/beta/rc tags.
 
release = version
 

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

	
 

	
 
0.3-maint
 
---------
 
0.3.0
 
-----
 

	
 
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='0.3-maint',
 
    version='0.3.0',
 
    packages=find_packages(exclude=["testproject", "testproject.*"]),
 
    include_package_data=True,
 
    license='GPLv3+',
0 comments (0 inline, 0 general)