Skip to content

Commit

Permalink
Release 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelWaldvogel committed Sep 22, 2020
1 parent a116aaa commit bb27e83
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](https://keepachangelog.com/)
and this project adheres to [Semantic Versioning](https://semver.org/).


# 1.0.2+ - [Unreleased]
# 1.0.3 - 2020-09-22
## Added
- Better explanation if not talking to a Zeitgitter server
- Better explanation if `~/.gnupg` or its contents pose permission problems
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 = '1.0.2+'
VERSION = '1.0.3'


class GitArgumentParser(argparse.ArgumentParser):
Expand Down

0 comments on commit bb27e83

Please sign in to comment.