Skip to content

Commit

Permalink
Release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
micktwomey committed Oct 3, 2023
1 parent 2a4a78d commit c147acc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [2.1.0] - 2023-10-03
### Fixed
- Use ruff for linting
- Fixed CHANGELOG version links
Expand Down Expand Up @@ -169,7 +171,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- First release

[Unreleased]: https://github.com/micktwomey/pyiso8601/compare/2.0.0...HEAD
[Unreleased]: https://github.com/micktwomey/pyiso8601/compare/2.1.0...HEAD
[2.1.0]: https://github.com/micktwomey/pyiso8601/compare/2.0.0...2.1.0
[2.0.0]: https://github.com/micktwomey/pyiso8601/compare/1.1.0...2.0.0
[1.1.0]: https://github.com/micktwomey/pyiso8601/compare/1.0.2...1.1.0
[1.0.2]: https://github.com/micktwomey/pyiso8601/compare/1.0.1...1.0.2
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 = "iso8601"
version = "2.0.0"
version = "2.1.0"
description = "Simple module to parse ISO 8601 dates"
authors = ["Michael Twomey <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit c147acc

Please sign in to comment.