Changeset - 35ef57faacc4
[Not reviewed]
0.5.0
0 2 0
Branko Majic (branko) - 3 years ago 2020-11-05 00:51:14
branko@majic.rs
Noticket: Preparing release 0.5.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.5.0
 
-----
 

	
 
This release adds support for Python 3.9, and updates the package
 
requirements.
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.5.0',
 
    packages=find_packages(exclude=['tests', 'functional_tests']),
 
    include_package_data=True,
 
    license='GPLv3+',
0 comments (0 inline, 0 general)