@@ -0,0 +1,24 @@ | |||||
Hyde is primarily developed and maintained by [Lakshmi Vyasarajan][1]. The new | |||||
version of Hyde is sponsored by [Flowplayer][2] and [Tero Piirainen][3]. | |||||
This version would not exist without the contributions for the | |||||
[original hyde project][4]. | |||||
Contributors | |||||
============= | |||||
- @rfk | |||||
* Bug fixes | |||||
* Pyfs publisher with mimetype and etags support | |||||
- @tinnet | |||||
* Bug fixes (Default template, Syntax template tag) | |||||
[1]: http://twitter.com/lakshmivyas | |||||
[2]: http://flowplayer.org | |||||
[3]: http://cloudpanic.com | |||||
[4]: http://github.com/lakshmivyas/hyde |
@@ -1,3 +1,12 @@ | |||||
Version 0.8.1 | |||||
============= | |||||
Thanks to @rfk. | |||||
* Updated to use nose 1.0 | |||||
* Bug fixes to Less CSS | |||||
* PyFS publisher with mimetypes and etags support. | |||||
Version 0.8 | Version 0.8 | ||||
============== | ============== | ||||
@@ -1,4 +1,4 @@ | |||||
Version 0.8 | |||||
Version 0.8.1 | |||||
A brand new **hyde** | A brand new **hyde** | ||||
==================== | ==================== | ||||
@@ -112,8 +112,17 @@ Next Steps | |||||
- Text Compressor (CSS, JS, HTML) ✓ | - Text Compressor (CSS, JS, HTML) ✓ | ||||
- Image optimizer ✓ | - Image optimizer ✓ | ||||
Links | |||||
----- | |||||
1. `Changelog`_ | |||||
2. `Authors`_ | |||||
.. _hyde: https://github.com/lakshmivyas/hyde | .. _hyde: https://github.com/lakshmivyas/hyde | ||||
.. _here: http://hyde.github.com | .. _here: http://hyde.github.com | ||||
.. _Hyde Documentation: https://github.com/hyde/docs | .. _Hyde Documentation: https://github.com/hyde/docs | ||||
.. _Cloudpanic: https://github.com/tipiirai/cloudpanic | .. _Cloudpanic: https://github.com/tipiirai/cloudpanic | ||||
.. _Ringce: https://github.com/lakshmivyas/ringce/tree/v3.0 | |||||
.. _Ringce: https://github.com/lakshmivyas/ringce/tree/v3.0 | |||||
.. _Authors: https://github.com/hyde/hyde/blob/master/AUTHORS | |||||
.. _Changelog: https://github.com/hyde/hyde/blob/master/CHANGELOG.rst |
@@ -3,4 +3,4 @@ | |||||
Handles hyde version | Handles hyde version | ||||
TODO: Use fabric like versioning scheme | TODO: Use fabric like versioning scheme | ||||
""" | """ | ||||
__version__ = '0.8' | |||||
__version__ = '0.8.1' |