Changeset - f15c10bab03d
[Not reviewed]
0.3.1 0.3
0 3 0
Branko Majic (branko) - 6 years ago 2017-12-21 10:35:04
branko@majic.rs
CONNT-33: Releasing version 0.3.1.
3 files changed with 4 insertions and 4 deletions:
0 comments (0 inline, 0 general)
docs/conf.py
Show inline comments
 
@@ -57,13 +57,13 @@ copyright = u'2013, Branko Majic'
 

	
 
# The version info for the project you're documenting, acts as replacement for
 
# |version| and |release|, also used in various other places throughout the
 
# built documents.
 
#
 
# The short X.Y version.
 
version = '0.3-maint'
 
version = '0.3.1'
 
# The full version, including alpha/beta/rc tags.
 
release = version
 

	
 
# The language for content autogenerated by Sphinx. Refer to documentation
 
# for a list of supported languages.
 
#language = None
docs/releasenotes.rst
Show inline comments
 
@@ -9,14 +9,14 @@
 

	
 

	
 
Release Notes
 
=============
 

	
 

	
 
0.3-maint
 
---------
 
0.3.1
 
-----
 

	
 
Bug-fixes:
 

	
 
* Fixed minor issues in the release procedure documentation.
 
  [NO TICKET]
 
* Wrong version of Django Crispy Forms was required by the
setup.py
Show inline comments
 
@@ -34,13 +34,13 @@ INSTALL_REQUIREMENTS = [
 

	
 
# allow setup.py to be run from any path
 
os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))
 

	
 
setup(
 
    name='django-conntrackt',
 
    version='0.3-maint',
 
    version='0.3.1',
 
    packages=find_packages(exclude=["testproject", "testproject.*"]),
 
    include_package_data=True,
 
    license='GPLv3+',
 
    description='A simple application for tracking connection requirements between different entities in a network.',
 
    long_description=README,
 
    url='http://projects.majic.rs/conntrackt',
0 comments (0 inline, 0 general)