mirror of
https://github.com/venthur/blag.git
synced 2025-11-25 20:52:43 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f1020637e6 | ||
|
|
a4d596b79d |
@@ -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
|
||||
|
||||
@@ -1 +1 @@
|
||||
__VERSION__ = '0.0.8'
|
||||
__VERSION__ = '0.0.9'
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user