Skip to content

Commit 9085e55

Browse files
author
Two Dev
committed
v1.0.1
1 parent e66d51f commit 9085e55

File tree

3 files changed

+2
-25
lines changed

3 files changed

+2
-25
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -28,26 +28,3 @@ jobs:
2828
2929
- name: Run pre-commit
3030
uses: pre-commit/[email protected]
31-
32-
deploy:
33-
needs: build
34-
runs-on: ubuntu-latest
35-
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
36-
steps:
37-
- uses: actions/checkout@v4
38-
- name: Configure Git Credentials
39-
run: |
40-
git config user.name github-actions[bot]
41-
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
42-
- uses: actions/setup-python@v5
43-
with:
44-
python-version: '3.10'
45-
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
46-
- uses: actions/cache@v4
47-
with:
48-
key: mkdocs-material-${{ env.cache_id }}
49-
path: .cache
50-
restore-keys: |
51-
mkdocs-material-
52-
- run: pip install -r requirements.txt
53-
- run: mkdocs gh-deploy --force

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Release History
22
===============
33

4-
1.0.0 (2024-12-04)
4+
1.0.1 (2024-12-04)
55
-------------------
66
* First release

tls_requests/__version__.py

Lines changed: 1 addition & 1 deletion
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.0"
6+
__version__ = "1.0.1"
77
__license__ = "MIT"

0 commit comments

Comments
 (0)