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

Compare commits

...

2 Commits
0.0.8 ... 0.0.9

Author SHA1 Message Date
Bastian Venthur
f1020637e6 bumped version, added changelog url 2021-06-22 22:13:04 +02:00
Bastian Venthur
a4d596b79d updated dependencies 2021-06-22 22:12:29 +02:00
5 changed files with 13 additions and 10 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

@@ -1,6 +1,6 @@
sphinx==3.5.3
sphinx==4.0.1
twine==3.4.1
wheel==0.36.2
pytest==6.2.2
pytest-cov==2.11.1
flake8==3.9.0
pytest==6.2.4
pytest-cov==2.12.1
flake8==3.9.2

View File

@@ -1,4 +1,4 @@
markdown==3.3.4
feedgenerator==1.9.1
jinja2==2.11.3
pygments==2.8.1
jinja2==3.0.1
pygments==2.9.0

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={