Skip to content

Commit

Permalink
Released v0.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelWaldvogel committed Sep 1, 2019
1 parent 651e5d8 commit e00d2fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 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](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).


# 0.9.6+ - [Unreleased]
# 0.9.7 - 2019-09-01
## Added
- `--quiet` option

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

VERSION = '0.9.6+'
VERSION = '0.9.7'


class GitArgumentParser(argparse.ArgumentParser):
Expand Down

0 comments on commit e00d2fa

Please sign in to comment.