mirror of
https://github.com/venthur/blag.git
synced 2025-11-26 05:02:58 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
67f24642e5 | ||
|
|
f1020637e6 | ||
|
|
a4d596b79d |
11
CHANGELOG.md
11
CHANGELOG.md
@@ -1,6 +1,13 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## [0.0.0] - YYYY-MM-DD
|
## [1.0.0] - 2021-08-18
|
||||||
|
|
||||||
*
|
* first 1.0 release!
|
||||||
|
* bump requirements of feedgenerator to 1.9.2. this version uses the
|
||||||
|
description to provide a subtitle for the feed
|
||||||
|
|
||||||
|
## [0.0.9] - 2021-06-22
|
||||||
|
|
||||||
|
* updated to jinja 3.0
|
||||||
|
* updated to sphinx 4.0
|
||||||
|
* added link to changelog
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
__VERSION__ = '0.0.8'
|
__VERSION__ = '1.0.0'
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
sphinx==3.5.3
|
sphinx==4.0.1
|
||||||
twine==3.4.1
|
twine==3.4.1
|
||||||
wheel==0.36.2
|
wheel==0.36.2
|
||||||
pytest==6.2.2
|
pytest==6.2.4
|
||||||
pytest-cov==2.11.1
|
pytest-cov==2.12.1
|
||||||
flake8==3.9.0
|
flake8==3.9.2
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
markdown==3.3.4
|
markdown==3.3.4
|
||||||
feedgenerator==1.9.1
|
feedgenerator==1.9.2
|
||||||
jinja2==2.11.3
|
jinja2==3.0.1
|
||||||
pygments==2.8.1
|
pygments==2.9.0
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -20,6 +20,8 @@ setup(
|
|||||||
project_urls={
|
project_urls={
|
||||||
'Documentation': 'https://blag.readthedocs.io/',
|
'Documentation': 'https://blag.readthedocs.io/',
|
||||||
'Source': 'https://github.com/venthur/blag',
|
'Source': 'https://github.com/venthur/blag',
|
||||||
|
'Changelog':
|
||||||
|
'https://github.com/venthur/blag/blob/master/CHANGELOG.md',
|
||||||
},
|
},
|
||||||
python_requires='>=3.8',
|
python_requires='>=3.8',
|
||||||
package_data={
|
package_data={
|
||||||
|
|||||||
Reference in New Issue
Block a user