Skip to content

Commit

Permalink
Bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Dec 27, 2022
1 parent 8e3fa5f commit 4f70f96
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ Unreleased
-->

## 0.4.0 - 2022-12-27

- Improve search-content subcommand
- Add utils to check file against time since its creation or modification

## 0.3.0 - 2022-12-21

- Modernized build and publish workflow for PyPi
Expand Down
2 changes: 1 addition & 1 deletion geotribu_cli/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

__uri__ = __uri_repository__

__version__ = "0.3.0"
__version__ = "0.4.0"
__version_info__ = tuple(
[
int(num) if num.isdigit() else num
Expand Down

0 comments on commit 4f70f96

Please sign in to comment.