add version number to changelog, update release in conf.py
This commit is contained in:
parent
e498777d02
commit
090ec57062
2 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,8 @@
|
||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
* :bugfix:`-` force symlink creation for enable_web_vhost task to make it
|
* :release:`0.1.1 <2015-01-27>`
|
||||||
|
* :bug:`-` force symlink creation for enable_web_vhost task to make it
|
||||||
idempotent
|
idempotent
|
||||||
|
|
||||||
* :release:`0.1.0 <2015-01-27>`
|
* :release:`0.1.0 <2015-01-27>`
|
||||||
|
|
|
@ -62,7 +62,7 @@ copyright = u'2015, Jan Dittberner'
|
||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = '0.1'
|
version = '0.1'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = '0.1.0'
|
release = '0.1.1'
|
||||||
|
|
||||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||||
# for a list of supported languages.
|
# for a list of supported languages.
|
||||||
|
|
Loading…
Reference in a new issue