release 0.1.0

- initial release with nginx virtual host and PHP5 FPM pool configuration tasks
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1
 
 iQEcBAABCgAGBQJUx6E5AAoJEA15HcjXN8HZ+dkH/jHXyLCkdsJDFzMTDwP3mDs0
 66Jmo/YmdqmybxjSdXzBBdMmpHb/qVUCFwwpZlBd/wvIGlOdPtiZFCDnHHsZz3Su
 yM64NQJQ3Q3WqM342wTeua/ukO7osV3+kum7Gr5ea46vKCg90TFalIVX/l3bzdR5
 8XvTPo/f90cmEwWhzsUNMB6KqW7GI5FpbjeaRbyHRlp3s5i0hxlxYEwHLcq1PibK
 /aTlgpSC7po03O8dQVKgXRGesULOjGxnXRc+qWd/e5uP48pBlgORYM2IKml+85qz
 L56D3dBhp144xtxLVtKoxerwS0fQajDRQmXf8A2XKDdjBhR+GDdgbMupPqDNtIs=
 =3Vmk
 -----END PGP SIGNATURE-----

Merge tag '0.1.0'

release 0.1.0

- initial release with nginx virtual host and PHP5 FPM pool configuration tasks

* tag '0.1.0':
  add release version in changelog, update conf.py
This commit is contained in:
Jan Dittberner 2015-01-27 15:31:27 +01:00
commit b5632039c0
2 changed files with 7 additions and 2 deletions

View file

@ -1,4 +1,9 @@
Changelog
=========
* :release:`0.1.0 <2015-01-27>`
* :feature:`-` add tasks to setup and delete per user PHP5 FPM pool
configurations
* :feature:`-` add tasks to setup, enable, disable and delete nginx virtual
host configurations
* :support:`-` initial project setup

View file

@ -60,9 +60,9 @@ copyright = u'2015, Jan Dittberner'
# built documents.
#
# The short X.Y version.
version = '0.0'
version = '0.1'
# The full version, including alpha/beta/rc tags.
release = '0.0.0'
release = '0.1.0'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.