release 0.5.2
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAABCgAGBQJUuvWHAAoJEA15HcjXN8HZ/fgH/00pFSn8YQUccm/Q6oqoemhO zDNujonbbLJDjEC+655ZVDhNYaIKZt1b0OLgbScV/HM4Afgqrn+TWiNzyVMeEn7g QjbxSHEJn3d4nmNjemIeWYNII8EC0lOQeZB7b62uCk15XSrxVhUwyUwLYxeyJdjD S7zK23xWbrA2HDO6bLHjssTDIEEQ876Eq1OujycgCmGFB8yMYqLaqAH9fCHp5zXc vCUbt5ezohXBlsaU8vcGEKCcFUZIQ70TKeiiL7ccGF9Cf7hZC63ljZKJmXim1YzR SDWQrCKvNqvfXJ9Cl+2/nXL3ctWZ6WnylPwPOUoF7b6yRnvTnINaugX3+ADCgiQ= =mvEJ -----END PGP SIGNATURE----- Merge tag '0.5.2' release 0.5.2 * tag '0.5.2': finish release 0.5.2 docs
This commit is contained in:
commit
3870bcf483
2 changed files with 4 additions and 2 deletions
|
@ -1,7 +1,9 @@
|
||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
* :bug:`-` define proper production settings
|
* :release:`0.5.2 <2015-01-18>`
|
||||||
|
* :bug:`-` define proper allauth production settings with https and mandatory
|
||||||
|
email verification
|
||||||
|
|
||||||
* :release:`0.5.1 <2015-01-18>`
|
* :release:`0.5.1 <2015-01-18>`
|
||||||
* :bug:`-` load jquery and html5 with same URL schema as the rest of the site
|
* :bug:`-` load jquery and html5 with same URL schema as the rest of the site
|
||||||
|
|
|
@ -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.1'
|
release = '0.5.2'
|
||||||
|
|
||||||
# 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