Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-thomson committed Feb 5, 2014
1 parent b8b04b2 commit c1d4aa7
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 8 deletions.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
Changes
=======

v1.0.0, 2014-02-05
------------------

Initial stable release

v0.7.0, 2014-01-20
------------------

Expand Down
18 changes: 14 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,18 @@ PyEmbed-Mustache
:target: http://travis-ci.org/pyembed/pyembed-mustache
.. image:: https://coveralls.io/repos/pyembed/pyembed-mustache/badge.png
:target: https://coveralls.io/r/pyembed/pyembed-mustache
.. image:: https://pypip.in/v/pyembed-mustache/badge.png
:target: https://crate.io/packages/pyembed-mustache/
.. image:: https://pypip.in/d/pyembed-mustache/badge.png
:target: https://crate.io/packages/pyembed-mustache/
:target: https://pypi.python.org/pypi/pyembed-mustache/
.. image:: https://pypip.in/v/pyembed-mustache/badge.png
:target: https://pypi.python.org/pypi/pyembed-mustache/
.. image:: https://pypip.in/wheel/pyembed-mustache/badge.png
:target: https://pypi.python.org/pypi/pyembed-mustache/
.. image:: https://pypip.in/egg/pyembed-mustache/badge.png
:target: https://pypi.python.org/pypi/pyembed-mustache/
.. image:: https://pypip.in/license/pyembed-mustache/badge.png
:target: https://pypi.python.org/pypi/pyembed-mustache/

PyEmbed plugin for rendering embeddings using Mustache templates.
`PyEmbed`_ plugin for rendering embeddings using `Mustache`_ templates.

Usage
-----
Expand All @@ -31,6 +37,8 @@ where `path` is the path to a directory containing Mustache templates:
If you don't supply one of these files, a default embedding will be used
instead.

For more information, see the `PyEmbed`_ website.

Compatibility
-------------

Expand Down Expand Up @@ -77,4 +85,6 @@ PyEmbed-Mustache is distributed under the MIT license.
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

.. _PyEmbed: http://pyembed.github.io
.. _Mustache: http://mustache.github.io
.. _GitHub: https://github.com/pyembed/pyembed-mustache
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ def run_tests(self):

setup(
name='pyembed-mustache',
version='0.7.0',
version='1.0.0',
author='Matt Thomson',
author_email='matt.thomson@cantab.net',
url='https://github.com/pyembed/pyembed-mustache',
author_email='mattjohnthomson@gmail.com',
url='http://pyembed.github.io',
description='PyEmbed plugin for rendering embeddings using Mustache templates',
long_description=open('README.rst').read() + '\n\n' +
open('CHANGES.rst').read(),
Expand Down Expand Up @@ -73,7 +73,7 @@ def run_tests(self):
cmdclass={'test': PyTest},

classifiers=[
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'Natural Language :: English',
'License :: OSI Approved :: MIT License',
Expand Down

0 comments on commit c1d4aa7

Please sign in to comment.