We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8568137 commit 902cce4Copy full SHA for 902cce4
.github/workflows/ci.yml
@@ -54,5 +54,5 @@ jobs:
54
path: .cache
55
restore-keys: |
56
mkdocs-material-
57
- - run: pip install -r requirements.txt
+ - run: pip install -r requirements-dev.txt
58
- run: mkdocs gh-deploy --force
CHANGELOG.md
@@ -1,7 +1,13 @@
1
Release History
2
===============
3
4
-1.0.3 (2024-12-11)
+1.0.5 (2024-12-11)
5
+-------------------
6
+**Bugfixes:**
7
+
8
+- Fix mkdocs deploy.
9
10
+1.0.4 (2024-12-11)
11
-------------------
12
**Improvements:**
13
tls_requests/__version__.py
@@ -3,5 +3,5 @@
__url__ = "https://github.com/thewebscraping/tls-requests"
__author__ = "Tu Pham"
__author_email__ = "[email protected]"
-__version__ = "1.0.4"
+__version__ = "1.0.5"
__license__ = "MIT"
0 commit comments