Skip to content

Commit

Permalink
🔖 v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelWaldvogel committed Jul 5, 2021
1 parent 0b73b62 commit 44d68c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/)
and this project adheres to [Semantic Versioning](https://semver.org/).


# 1.0.6+ - [Unreleased]
# 1.1.0 - 2021-07-05
## Added
- Support `main` *and* `master` (overridden by
`git config timestamp.defaultBranch` or `--default-branch`) as default
Expand All @@ -32,6 +32,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
## Changed
- Now depends on `deltat` package


# 1.0.6 - 2021-01-01
## Added

Expand Down
2 changes: 1 addition & 1 deletion git_timestamp/timestamp.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
import requests
import deltat

VERSION = '1.0.6+'
VERSION = '1.1.0'


class GitArgumentParser(configargparse.ArgumentParser):
Expand Down

0 comments on commit 44d68c1

Please sign in to comment.