Skip to content

Commit 6b910b4

Browse files
committed
Bump version and update HISTORY.md
1 parent b8203d0 commit 6b910b4

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

HISTORY.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Release History
2+
===============
3+
4+
master
5+
------
6+
7+
0.2.0 (2020-08-20)
8+
------------------
9+
10+
* First working release!

present/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22

3-
VERSION = (0, 1, 1)
3+
VERSION = (0, 2, 0)
44
PRERELEASE = None # alpha, beta or rc
55
REVISION = None
66

0 commit comments

Comments
 (0)