We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81fcb1a commit 7c59f81Copy full SHA for 7c59f81
CHANGELOG.rst
@@ -3,8 +3,10 @@ Changelog
3
All notable changes to this project should be documented here.
4
For more detailed information have a look at the git log.
5
6
-0.3.0 - not released yet
7
-------------------------
+0.3.0
+-----
8
+released on 2014-09-03
9
+
10
* new unified documentation
11
* html documentation (website) and man pages are all generated from the same
12
sources via sphinx (type `make html` or `make man` in doc/, the result
setup.py
@@ -12,7 +12,7 @@
MINOR = 3
13
PATCH = 0
14
15
-RELEASE = False
+RELEASE = True
16
17
VERSION = "{0}.{1}.{2}".format(MAJOR, MINOR, PATCH)
18
0 commit comments