We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e51931 commit 401ccb4Copy full SHA for 401ccb4
CHANGELOG.md
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
and this project adheres to [Semantic Versioning](http://semver.org/).
6
7
-# 0.9.4+ - [Unreleased]
+# 0.9.5 - 2019-06-16
8
## Added
9
- Mention Haber/Stornetta in documentation
10
git_timestamp/timestamp.py
@@ -35,7 +35,7 @@
35
import pygit2 as git
36
import requests
37
38
-VERSION = '0.9.4+'
+VERSION = '0.9.5'
39
40
41
class GitArgumentParser(argparse.ArgumentParser):
0 commit comments