Changeset - 9cdd1b937fbf
[Not reviewed]
0.4.0
0 2 0
Branko Majic (branko) - 4 years ago 2020-07-22 15:55:44
branko@majic.rs
Noticket: Preparing release 0.4.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.4.0
 
-----
 

	
 
This release adds support for picking the key algorithm and parameters
 
used for generating the private keys, and support for using ECDSA
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.4.0',
 
    packages=find_packages(exclude=['tests', 'functional_tests']),
 
    include_package_data=True,
 
    license='GPLv3+',
0 comments (0 inline, 0 general)