Skip to content

Commit

Permalink
chlog: new section & dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Oct 18, 2024
1 parent a8e8337 commit 7f579eb
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

---

## [UnReleased] - 2024-MM-DD

### Added

-


### Changed

-


### Removed

-


### Fixed

-


---

## [1.5.0] - 2024-10-18
Expand Down
2 changes: 1 addition & 1 deletion src/torchmetrics/__about__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.5.0"
__version__ = "1.6.0dev"
__author__ = "Lightning-AI et al."
__author_email__ = "name@pytorchlightning.ai"
__license__ = "Apache-2.0"
Expand Down

0 comments on commit 7f579eb

Please sign in to comment.