Changeset - 5a918cd2502e
[Not reviewed]
Branko Majic (branko) - 2 months ago 2024-02-24 23:15:51
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
 
@@ -9,12 +9,16 @@
 

	
 

	
 
Release notes
 
=============
 

	
 

	
 
NEXT RELEASE
 
------------
 

	
 

	
 
1.0.0
 
-----
 

	
 
This release adds support for Python 3.10, 3.11, and 3.12, while
 
dropping support for Python 3.5, 3.6, and 3.7. Package dependencies
 
have been updated as well.
setup.py
Show inline comments
 
@@ -62,13 +62,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='1.0.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)