Changeset - 9c10b4728c85
[Not reviewed]
0 2 0
Branko Majic (branko) - 5 years ago 2018-11-29 18:47:48
branko@majic.rs
Noticket: Switching to development version.
2 files changed with 5 insertions and 1 deletions:
0 comments (0 inline, 0 general)
docs/releasenotes.rst
Show inline comments
 
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
 
development.
setup.py
Show inline comments
 
@@ -66,13 +66,13 @@ extras_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='gimmecert',
 
    version='0.2.0',
 
    version='0.0.0',
 
    packages=find_packages(exclude=['tests', 'functional_tests']),
 
    include_package_data=True,
 
    license='GPLv3+',
 
    description='A simple tool for quickly issuing server and client certificates.',
 
    long_description=README,
 
    url='http://projects.majic.rs/gimmecert',
0 comments (0 inline, 0 general)