release 0.5.1
- hotfix for invalid Reject handling -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAABCgAGBQJUynGoAAoJEA15HcjXN8HZ6EYIALNiQdZvjjuIMviwF4amfmb8 K5HCOOWoxc5dr8eKWhrzL4xUg/N6MT1VcRp/zJyiwGxM3Pe0dbx/lBMkIVxtjqpG sQDx+QITV/eP+rGIO+/mimvfeIsghkIOPGVy+UHdsBS7H4p8d8EiSNMs9WjNzx8M tt5nGOONlWn5wfwha0EaaIFR51cBfmH8l/MjK+6EjyWlPmemQSMB2AmEHlGgxQPt Wm8Pd5vQp61WOBxGeQtSvLGeDSjBgdBB81Z7Zh9RgeJb4Yb35mmAFdF/5c3r3aEI MqRtXIj/uYGiOepwKKcGYShibkg4FRquGeEsame/lVNXgtqfW0PRrGclFW4XBFA= =31/7 -----END PGP SIGNATURE----- Merge tag '0.5.1' release 0.5.1 - hotfix for invalid Reject handling * tag '0.5.1': update docs version, add release to changelog
This commit is contained in:
commit
ceb1016e8f
2 changed files with 3 additions and 2 deletions
|
@ -1,9 +1,10 @@
|
||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
* :release:`0.5.1 <2015-01-29>`
|
||||||
* :bug:`-` reverted Reject handling in ldaptasks
|
* :bug:`-` reverted Reject handling in ldaptasks
|
||||||
|
|
||||||
* release:`0.5.0 <2015-01-29>`
|
* :release:`0.5.0 <2015-01-29>`
|
||||||
* :feature:`-` improved logging of ldaptasks
|
* :feature:`-` improved logging of ldaptasks
|
||||||
* :support:`-` update bpython to 0.13.2, add explicit dependency on requests
|
* :support:`-` update bpython to 0.13.2, add explicit dependency on requests
|
||||||
2.5.1
|
2.5.1
|
||||||
|
|
|
@ -62,7 +62,7 @@ copyright = u'2014, 2015 Jan Dittberner'
|
||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = '0.5'
|
version = '0.5'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = '0.5.0'
|
release = '0.5.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