mirror of
https://github.com/josegonzalez/python-github-backup.git
synced 2025-12-05 16:18:02 +01:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f1cf4cd315 | ||
|
|
f3340cd9eb |
@@ -1,9 +1,14 @@
|
|||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
0.43.0 (2023-05-29)
|
0.43.1 (2023-05-29)
|
||||||
-------------------
|
-------------------
|
||||||
------------------------
|
------------------------
|
||||||
|
- Chore: add release requirements. [Jose Diaz-Gonzalez]
|
||||||
|
|
||||||
|
|
||||||
|
0.43.0 (2023-05-29)
|
||||||
|
-------------------
|
||||||
|
|
||||||
Fix
|
Fix
|
||||||
~~~
|
~~~
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
__version__ = "0.43.0"
|
__version__ = "0.43.1"
|
||||||
|
|||||||
31
release-requirements.txt
Normal file
31
release-requirements.txt
Normal file
@@ -0,0 +1,31 @@
|
|||||||
|
bleach==6.0.0
|
||||||
|
certifi==2023.5.7
|
||||||
|
charset-normalizer==3.1.0
|
||||||
|
colorama==0.4.6
|
||||||
|
docutils==0.20.1
|
||||||
|
flake8==6.0.0
|
||||||
|
gitchangelog==3.0.4
|
||||||
|
idna==3.4
|
||||||
|
importlib-metadata==6.6.0
|
||||||
|
jaraco.classes==3.2.3
|
||||||
|
keyring==23.13.1
|
||||||
|
markdown-it-py==2.2.0
|
||||||
|
mccabe==0.7.0
|
||||||
|
mdurl==0.1.2
|
||||||
|
more-itertools==9.1.0
|
||||||
|
pkginfo==1.9.6
|
||||||
|
pycodestyle==2.10.0
|
||||||
|
pyflakes==3.0.1
|
||||||
|
Pygments==2.15.1
|
||||||
|
readme-renderer==37.3
|
||||||
|
requests==2.31.0
|
||||||
|
requests-toolbelt==1.0.0
|
||||||
|
restructuredtext-lint==1.4.0
|
||||||
|
rfc3986==2.0.0
|
||||||
|
rich==13.3.5
|
||||||
|
six==1.16.0
|
||||||
|
tqdm==4.65.0
|
||||||
|
twine==4.0.2
|
||||||
|
urllib3==2.0.2
|
||||||
|
webencodings==0.5.1
|
||||||
|
zipp==3.15.0
|
||||||
Reference in New Issue
Block a user