Changeset - 02ea0b1f1862
[Not reviewed]
1.0.0
0 2 0
Branko Majic (branko) - 2 months ago 2024-02-24 23:02:46
branko@majic.rs
Noticket: Preparing release 1.0.0.
2 files changed with 3 insertions and 3 deletions:
0 comments (0 inline, 0 general)
docs/releasenotes.rst
Show inline comments
 
@@ -12,8 +12,8 @@ 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
setup.py
Show inline comments
 
@@ -65,7 +65,7 @@ os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))
 

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