Changeset - 075b4bc03fb2
[Not reviewed]
0.3.0 0.3
0 3 0
Branko Majic (branko) - 8 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
 
@@ -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.0'
 
# 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.0
 
-----
 

	
 
Breaking changes:
 

	
 
* Package now has hard dependency on more specific versions of
 
  requirements in order to ensure it is not used with incompatible
 
  variants (for example, Django has been fixated to version
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.0',
 
    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)