Changeset - 9b7e545449ec
[Not reviewed]
0.1.0
0 2 0
Branko Majic (branko) - 6 years ago 2018-05-16 22:54:12
branko@majic.rs
Noticket: Preparing release 0.1.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.1.0
 
-----
 

	
 
First release of Gimmecert. Implements ability to set-up per-directory
 
CA hierarchy that can then be used to issue server and client
setup.py
Show inline comments
 
@@ -67,7 +67,7 @@ os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))
 

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