1
0
mirror of https://github.com/venthur/blag.git synced 2025-11-25 20:52:43 +00:00

bumped version, added changelog url

This commit is contained in:
Bastian Venthur
2021-06-22 22:13:04 +02:00
parent a4d596b79d
commit f1020637e6
3 changed files with 7 additions and 4 deletions

View File

@@ -1,6 +1,7 @@
# Changelog
## [0.0.0] - YYYY-MM-DD
*
## [0.0.9] - 2021-06-22
* updated to jinja 3.0
* updated to sphinx 4.0
* added link to changelog

View File

@@ -1 +1 @@
__VERSION__ = '0.0.8'
__VERSION__ = '0.0.9'

View File

@@ -20,6 +20,8 @@ setup(
project_urls={
'Documentation': 'https://blag.readthedocs.io/',
'Source': 'https://github.com/venthur/blag',
'Changelog':
'https://github.com/venthur/blag/blob/master/CHANGELOG.md',
},
python_requires='>=3.8',
package_data={