Skip to content

Commit

Permalink
v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
philipdarke committed Jul 6, 2022
1 parent 1e6cd83 commit 86b48be
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.4.1] - 2022-07-06
## [0.4.2] - 2022-07-06

### Fixed

* Continuous deployment

## [0.4.1] - 2022-07-06

### Changed

* Continuous deployment

## [0.4.0] - 2022-07-06

### Added
Expand Down Expand Up @@ -104,8 +110,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

First release to PyPi

[Unreleased]: https://github.com/philipdarke/torchtime/compare/v0.4.1.HEAD
[0.4.0]: https://github.com/philipdarke/torchtime/compare/v0.4.0..v0.4.1
[Unreleased]: https://github.com/philipdarke/torchtime/compare/v0.4.2.HEAD
[0.4.2]: https://github.com/philipdarke/torchtime/compare/v0.4.1..v0.4.2
[0.4.1]: https://github.com/philipdarke/torchtime/compare/v0.4.0..v0.4.1
[0.4.0]: https://github.com/philipdarke/torchtime/compare/v0.3.0..v0.4.0
[0.3.0]: https://github.com/philipdarke/torchtime/compare/v0.2.0..v0.3.0
[0.2.0]: https://github.com/philipdarke/torchtime/compare/v0.1.1..v0.2.0
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "torchtime"
version = "0.4.1"
version = "0.4.2"
description = "Benchmark time series data sets for PyTorch"
authors = ["Philip Darke <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 86b48be

Please sign in to comment.