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 0b41b60 commit 1414c80
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 8 deletions.
5 changes: 5 additions & 0 deletions CHANGES.rst
Expand Up @@ -3,6 +3,11 @@
Changes
=======

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

Initial stable release

v0.7.0, 2014-02-02
------------------

Expand Down
17 changes: 13 additions & 4 deletions README.rst
Expand Up @@ -5,10 +5,16 @@ PyEmbed-Rst
:target: http://travis-ci.org/pyembed/pyembed-markdown
.. image:: https://coveralls.io/repos/pyembed/pyembed-markdown/badge.png
:target: https://coveralls.io/r/pyembed/pyembed-markdown
.. image:: https://pypip.in/v/pyembed-markdown/badge.png
:target: https://crate.io/packages/pyembed-markdown/
.. image:: https://pypip.in/d/pyembed-markdown/badge.png
:target: https://crate.io/packages/pyembed-markdown/
.. image:: https://pypip.in/d/pyembed-rst/badge.png
:target: https://pypi.python.org/pypi/pyembed-rst/
.. image:: https://pypip.in/v/pyembed-rst/badge.png
:target: https://pypi.python.org/pypi/pyembed-rst/
.. image:: https://pypip.in/wheel/pyembed-rst/badge.png
:target: https://pypi.python.org/pypi/pyembed-rst/
.. image:: https://pypip.in/egg/pyembed-rst/badge.png
:target: https://pypi.python.org/pypi/pyembed-rst/
.. image:: https://pypip.in/license/pyembed-rst/badge.png
:target: https://pypi.python.org/pypi/pyembed-rst/

Python reStructuredText directive for embedding content using `OEmbed`_.

Expand Down Expand Up @@ -38,6 +44,8 @@ This will be turned into the following HTML:

<iframe width="480" height="270" src="http://www.youtube.com/embed/9bZkp7q19f0?feature=oembed" frameborder="0" allowfullscreen></iframe>

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

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

Expand Down Expand Up @@ -87,4 +95,5 @@ PyEmbed-Rst is distributed under the MIT license.
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

.. _OEmbed: http://oembed.com
.. _PyEmbed: http://pyembed.github.io
.. _GitHub: https://github.com/pyembed/pyembed-rst
8 changes: 4 additions & 4 deletions setup.py
Expand Up @@ -40,10 +40,10 @@ def run_tests(self):

setup(
name='pyembed-rst',
version='0.7.0',
version='1.0.0',
author='Matt Thomson',
author_email='matt.thomson@cantab.net',
url='https://github.com/pyembed/pyembed-rst',
author_email='mattjohnthomson@gmail.com',
url='http://pyembed.github.io',
description='Python reStructuredText directive for embedding content using OEmbed',
long_description=open('README.rst').read() + '\n\n' +
open('CHANGES.rst').read(),
Expand All @@ -67,7 +67,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 1414c80

Please sign in to comment.