Changeset - 55d4162d00a0
[Not reviewed]
0.2.0
0 2 0
Branko Majic (branko) - 5 years ago 2018-11-29 18:34:54
branko@majic.rs
Noticket: Preparing release 0.2.0.
2 files changed with 3 insertions and 3 deletions:
0 comments (0 inline, 0 general)
docs/releasenotes.rst
Show inline comments
 
@@ -2,8 +2,8 @@ Release notes
 
=============
 

	
 

	
 
NEXT RELEASE
 
------------
 
0.2.0
 
-----
 

	
 
This release is mostly oriented towards smaller bug-fixes, updates of
 
package dependencies, and improving the ease of testing during
setup.py
Show inline comments
 
@@ -69,7 +69,7 @@ os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))
 

	
 
setup(
 
    name='gimmecert',
 
    version='0.0.0',
 
    version='0.2.0',
 
    packages=find_packages(exclude=['tests', 'functional_tests']),
 
    include_package_data=True,
 
    license='GPLv3+',
0 comments (0 inline, 0 general)