From 0279bf4168b2b5d03eaaaa2aabf341a063bea9d1 Mon Sep 17 00:00:00 2001 From: Marcel Waldvogel Date: Fri, 19 Apr 2019 15:37:02 +0200 Subject: [PATCH] Release as v0.9.1 Signed-off-by: Marcel Waldvogel --- CHANGELOG.md | 2 +- client/git-timestamp.py | 2 +- server/igitt/version.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2cc6b5..2dc56dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/client/git-timestamp.py b/client/git-timestamp.py index 9cdcdd8..674aecd 100755 --- a/client/git-timestamp.py +++ b/client/git-timestamp.py @@ -31,7 +31,7 @@ import pygit2 as git import requests -VERSION = '0.9.0+' +VERSION = '0.9.1' class GitArgumentParser(argparse.ArgumentParser): diff --git a/server/igitt/version.py b/server/igitt/version.py index 3fb7c4e..fd37172 100644 --- a/server/igitt/version.py +++ b/server/igitt/version.py @@ -18,4 +18,4 @@ # along with this program. If not, see . # -VERSION = '0.9.0+' +VERSION = '0.9.1'