Skip to content

Commit

Permalink
chore: release version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
clabe45 committed Dec 13, 2022
1 parent 41a129f commit 8defdef
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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).

## [Unreleased]
## [0.2.1] - 2022-12-12
### Fixed
- `--force` option now works as expected

Expand All @@ -26,6 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Supports exclusion and inclusion rules
- `detimer list`

[0.2.1]: https://github.com/clabe45/detimer/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/clabe45/detimer/compare/v0.1.2...v0.2.0
[0.1.2]: https://github.com/clabe45/detimer/compare/v0.1.1...v0.1.2
[0.1.1]: https://github.com/clabe45/detimer/compare/v0.1.0...v0.1.1
Expand Down
2 changes: 1 addition & 1 deletion detimer/constants.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
APP_NAME = "detimer"
VERSION = "0.2.0"
VERSION = "0.2.1"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = detimer
version = 0.2.0
version = 0.2.1
url = https://github.com/clabe45/detimer
description = Universal backup manager
long_description = file: README.md
Expand Down

0 comments on commit 8defdef

Please sign in to comment.