Skip to content

Commit

Permalink
Release as v0.9.1
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Waldvogel <marcel.waldvogel@uni-konstanz.de>
  • Loading branch information
MarcelWaldvogel committed Apr 19, 2019
1 parent 3d7b41f commit 0279bf4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 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](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

# 0.9.0+ - [Unreleased]
# 0.9.1 - 2019-04-19
## Added
### Client
- `--server` can be set in git config
Expand Down
2 changes: 1 addition & 1 deletion client/git-timestamp.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
import pygit2 as git
import requests

VERSION = '0.9.0+'
VERSION = '0.9.1'


class GitArgumentParser(argparse.ArgumentParser):
Expand Down
2 changes: 1 addition & 1 deletion server/igitt/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>.
#

VERSION = '0.9.0+'
VERSION = '0.9.1'

0 comments on commit 0279bf4

Please sign in to comment.