Skip to content

Commit 67a337a

Browse files
committed
chlog: new section & dev
(cherry picked from commit 7f579eb)
1 parent a8e8337 commit 67a337a

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
**Note: we move fast, but still we preserve 0.1 version (one feature release) back compatibility.**
88

9+
---
10+
11+
## [UnReleased] - 2024-MM-DD
12+
13+
### Added
14+
15+
-
16+
17+
18+
### Changed
19+
20+
-
21+
22+
23+
### Removed
24+
25+
-
26+
27+
28+
### Fixed
29+
30+
-
31+
32+
933
---
1034

1135
## [1.5.0] - 2024-10-18

src/torchmetrics/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.5.0"
1+
__version__ = "1.6.0dev"
22
__author__ = "Lightning-AI et al."
33
__author_email__ = "[email protected]"
44
__license__ = "Apache-2.0"

0 commit comments

Comments
 (0)