Skip to content

Commit b13f9d4

Browse files
authored
chore: apply post-release modifications (#368)
1 parent 419d412 commit b13f9d4

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

docs/build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,6 @@ deploy_doc "eb9427e" v0.2.0
3939
deploy_doc "d8d722d" v0.3.0
4040
deploy_doc "e34fc42" v0.3.1
4141
deploy_doc "1b6f37d" v0.3.2
42-
deploy_doc "53e9dfe" # v0.4.0 Latest stable release
42+
deploy_doc "53e9dfe" v0.4.0
43+
deploy_doc "419d412" # v0.4.1 Latest stable release
4344
rm -rf _build _static _conf.py

docs/source/_static/js/custom.js

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

docs/source/changelog.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Changelog
22
=========
33

4+
v0.4.1 (2025-10-27)
5+
-------------------
6+
Release note: `v0.4.1 <https://github.com/frgfm/torch-cam/releases/tag/v0.4.1>`_
7+
48
v0.4.0 (2023-10-19)
59
-------------------
610
Release note: `v0.4.0 <https://github.com/frgfm/torch-cam/releases/tag/v0.4.0>`_

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "uv_build"
44

55
[project]
66
name = "torchcam"
7-
version = "0.5.0.dev0"
7+
version = "0.4.2.dev0"
88
description = "Class activation maps for your PyTorch CNN models"
99
authors = [
1010
{name = "François-Guillaume Fernandez", email = "[email protected]"}

0 commit comments

Comments
 (0)