Skip to content

Commit 401ccb4

Browse files
Version 0.9.5
1 parent 3e51931 commit 401ccb4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7-
# 0.9.4+ - [Unreleased]
7+
# 0.9.5 - 2019-06-16
88
## Added
99
- Mention Haber/Stornetta in documentation
1010

git_timestamp/timestamp.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
import pygit2 as git
3636
import requests
3737

38-
VERSION = '0.9.4+'
38+
VERSION = '0.9.5'
3939

4040

4141
class GitArgumentParser(argparse.ArgumentParser):

0 commit comments

Comments
 (0)