define version number, mark version in changelog
This commit is contained in:
parent
f55886f1fe
commit
5583870caa
2 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
* :release:`0.6.0 <2015-01-24>`
|
||||
* :feature:`-` add frontend functionality to set an os users' sftp password
|
||||
(needs gvaldap >= 0.4.0 on the LDAP side)
|
||||
* :support:`-` remove unused dashboard.views.LogoutView and the corresponding
|
||||
|
|
|
@ -60,9 +60,9 @@ copyright = u'2014, 2015 Jan Dittberner'
|
|||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = '0.5'
|
||||
version = '0.6'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '0.5.2'
|
||||
release = '0.6.0'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
|
Loading…
Reference in a new issue