Skip to content

Commit 081197e

Browse files
authored
chore: release prep for v1.5.4 (#42)
* chore: release prep for v1.5.4 * fix: change .python-version to 3.13, runner incompatible with v3.14 * fix: another attempt at fixing python-version
1 parent 673a496 commit 081197e

File tree

8 files changed

+41
-19
lines changed

8 files changed

+41
-19
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: Set up Python
6060
uses: actions/setup-python@v6
6161
with:
62-
python-version: '3.13'
62+
python-version-file: .python-version
6363

6464
- name: Install Python dependencies
6565
run: pip install -r requirements.txt

.github/workflows/publish-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Set up Python
5353
uses: actions/setup-python@v6
5454
with:
55-
python-version: '3.13'
55+
python-version-file: .python-version
5656

5757
- name: Install Python dependencies
5858
run: pip install -r requirements.txt

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Set up Python
5555
uses: actions/setup-python@v6
5656
with:
57-
python-version: '3.13'
57+
python-version-file: .python-version
5858

5959
- name: Install Python dependencies
6060
run: pip install -r requirements.txt

.python-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.13

CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,23 @@ formatting may vary.
1616

1717
---
1818

19+
## [1.5.4] - 2025-10-28
20+
21+
### Added
22+
23+
- Added `.python-version` with `3.13` for easier control of **Python** version.
24+
25+
### Changed
26+
27+
- Bumped project version to `v1.5.4`.
28+
- Added `browserslistrc` to `cspell.json`.
29+
- Modified GitHub workflows in `.github/workflows` to utilize `.python-version`:
30+
- `build-and-deploy.yml`
31+
- `publish-test.yml`
32+
- `publish.yml`
33+
34+
---
35+
1936
## [1.5.3] - 2025-10-26
2037

2138
### Changed
@@ -382,7 +399,8 @@ formatting may vary.
382399

383400
<!-- Link references -->
384401

385-
[Unreleased]: https://github.com/netwk-pro/blog/compare/v1.5.3...HEAD
402+
[Unreleased]: https://github.com/netwk-pro/blog/compare/v1.5.4...HEAD
403+
[1.5.4]: https://github.com/netwk-pro/blog/releases/tag/v1.5.4
386404
[1.5.3]: https://github.com/netwk-pro/blog/releases/tag/v1.5.3
387405
[1.5.2]: https://github.com/netwk-pro/blog/releases/tag/v1.5.2
388406
[1.5.1]: https://github.com/netwk-pro/blog/releases/tag/v1.5.1

cspell.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"acode",
66
"bleepingcomputer",
77
"bnav",
8+
"browserslistrc",
89
"changefreq",
910
"CISA",
1011
"cryptomator",

package-lock.json

Lines changed: 16 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@networkpro/blog",
3-
"version": "1.5.3",
3+
"version": "1.5.4",
44
"description": "The official blog of Network Pro Strategies (Network Pro™).",
55
"keywords": [
66
"advisory",

0 commit comments

Comments
 (0)