Skip to content

Commit 85962a0

Browse files
committed
chlog: new section & dev
1 parent f6d1f44 commit 85962a0

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
---
1010

11+
## [UnReleased] - 2022-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+
33+
1134
## [1.4.0] - 2024-05-03
1235

1336
### Added

src/torchmetrics/__about__.py

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

0 commit comments

Comments
 (0)