Changeset - 21383fad09b1
[Not reviewed]
0.3
0 4 0
Branko Majic (branko) - 6 years ago 2017-12-20 14:00:32
branko@majic.rs
CONNT-29: Bumping version back to maintenance.
4 files changed with 8 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.0'
 
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.0
 
-----
 

	
docs/releaseprocedures.rst
Show inline comments
 
@@ -236,7 +236,7 @@ 7. Push release to PyPI:
 

	
 
   2. Push the (tested) built source distribution::
 

	
 
        python setup.py upload
 
        python setup.py sdist upload
 

	
 
8. Clean-up the maintenance branch:
 

	
 
@@ -259,7 +259,7 @@ 8. Clean-up the maintenance branch:
 

	
 
   5. Commit the changes::
 

	
 
        hg commit -m "$ISSUE: Bumping version back maintenance."
 
        hg commit -m "$ISSUE: Bumping version back to maintenance."
 

	
 
9. Clean-up the default branch if you have just released a new
 
   major/minor version:
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.0',
 
    version='0.3-maint',
 
    packages=find_packages(exclude=["testproject", "testproject.*"]),
 
    include_package_data=True,
 
    license='GPLv3+',
0 comments (0 inline, 0 general)