Skip to content

Commit 902cce4

Browse files
author
Two Dev
committed
chore: fix mkdocs deploy.
1 parent 8568137 commit 902cce4

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@ jobs:
5454
path: .cache
5555
restore-keys: |
5656
mkdocs-material-
57-
- run: pip install -r requirements.txt
57+
- run: pip install -r requirements-dev.txt
5858
- run: mkdocs gh-deploy --force

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
Release History
22
===============
33

4-
1.0.3 (2024-12-11)
4+
1.0.5 (2024-12-11)
5+
-------------------
6+
**Bugfixes:**
7+
8+
- Fix mkdocs deploy.
9+
10+
1.0.4 (2024-12-11)
511
-------------------
612
**Improvements:**
713

tls_requests/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
__url__ = "https://github.com/thewebscraping/tls-requests"
44
__author__ = "Tu Pham"
55
__author_email__ = "[email protected]"
6-
__version__ = "1.0.4"
6+
__version__ = "1.0.5"
77
__license__ = "MIT"

0 commit comments

Comments
 (0)