Skip to content

Commit 7c59f81

Browse files
committed
v0.3 release
1 parent 81fcb1a commit 7c59f81

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@ Changelog
33
All notable changes to this project should be documented here.
44
For more detailed information have a look at the git log.
55

6-
0.3.0 - not released yet
7-
------------------------
6+
0.3.0
7+
-----
8+
released on 2014-09-03
9+
810
* new unified documentation
911
* html documentation (website) and man pages are all generated from the same
1012
sources via sphinx (type `make html` or `make man` in doc/, the result

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
MINOR = 3
1313
PATCH = 0
1414

15-
RELEASE = False
15+
RELEASE = True
1616

1717
VERSION = "{0}.{1}.{2}".format(MAJOR, MINOR, PATCH)
1818

0 commit comments

Comments
 (0)