Skip to content

Commit

Permalink
Release 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yetty committed May 1, 2015
1 parent 7de9a22 commit 7a21c7d
Show file tree
Hide file tree
Showing 17 changed files with 40 additions and 27 deletions.
23 changes: 19 additions & 4 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,29 @@
Release 1.0.0 (dev)
Release 1.1.0 (dev)
-------------------

*No changes yet.*


Release 1.0.0 (May 01, 2015)
----------------------------

**Backward incompatible changes:**

- filter `embed_video_tags.embed` has been removed

- changed behaviour of extra params in video tag
(`#34 <https://github.com/yetty/django-embed-video/issues/34>`_, `#36 <https://github.com/yetty/django-embed-video/pull/36>`_)


Backward compatible changes:
*No changes yet.*

- added support for Django 1.7 and Django 1.8

- added support for Vimeo channels
(`#47 <https://github.com/yetty/django-embed-video/pull/47>`_)

- fix resizing of SoundCloud iframe
(`#41 <https://github.com/yetty/django-embed-video/pull/41>`_)


Release 0.11 (July 26, 2014)
Expand All @@ -34,8 +49,8 @@ Release 0.10 (May 24, 2014)
(`#24 <https://github.com/yetty/django-embed-video/issues/24>`_)


Release 0.9 (Apr. 4, 2014)
--------------------------
Release 0.9 (Apr. 04, 2014)
---------------------------

- Add ``VideoBackend.template_name`` and rendering embed code from file.

Expand Down
4 changes: 1 addition & 3 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
django-embed-video
==================

Django app for easy embeding YouTube and Vimeo videos and music from SoundCloud.
Django app for easy embedding YouTube and Vimeo videos and music from SoundCloud.

.. image:: https://travis-ci.org/yetty/django-embed-video.png?branch=master
:target: https://travis-ci.org/yetty/django-embed-video
Expand Down Expand Up @@ -75,5 +75,3 @@ Quick start
class Item(models.Model):
video = EmbedVideoField() # same like models.URLField()


.. vim: set tw=80:
2 changes: 1 addition & 1 deletion docs/api/embed_video.admin.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Admin
==============================================
=====

.. automodule:: embed_video.admin
:members:
2 changes: 1 addition & 1 deletion docs/api/embed_video.backends.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Backends
==============================================
========

.. automodule:: embed_video.backends
:members:
2 changes: 1 addition & 1 deletion docs/api/embed_video.fields.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Fields
==============================================
======

.. automodule:: embed_video.fields
:members:
2 changes: 1 addition & 1 deletion docs/api/embed_video.template_tags.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Template tags
==============================================
=============

You have to load template tag library first.

Expand Down
2 changes: 1 addition & 1 deletion docs/api/embed_video.utils.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Utils
===================
=====

.. automodule:: embed_video.utils
:members:
2 changes: 1 addition & 1 deletion docs/api/index.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
API reference
==============================================
=============


.. toctree::
Expand Down
2 changes: 1 addition & 1 deletion docs/development/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Changelog
==============================================
=========

.. include:: ../../CHANGES.rst
2 changes: 1 addition & 1 deletion docs/development/contributing.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Contributing
==============================================
============

I will be really pleased if you will provide patch to this Django app. Feel free
to change whatever, but keep `PEP8 <http://www.python.org/dev/peps/pep-0008/>`_
Expand Down
2 changes: 1 addition & 1 deletion docs/development/index.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Development
==============================================
===========


.. toctree::
Expand Down
2 changes: 1 addition & 1 deletion docs/development/todos.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
TODOs list
==============================================
==========

.. todolist::

Expand Down
2 changes: 1 addition & 1 deletion docs/example-project.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ Example project
===============

For easy start with using django-embed-video, you can take a look at example
project. It is located in example_project directory in root of repositary.
project. It is located in example_project directory in root of repository.

.. include:: ../example_project/README.rst
8 changes: 4 additions & 4 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
django-embed-video's documentation
==============================================
==================================

Django app for easy embeding YouTube and Vimeo videos and music from SoundCloud.

Expand All @@ -21,8 +21,8 @@ Repository is located on GitHub: https://github.com/yetty/django-embed-video



API
#################
Library API
###########

.. toctree::
:maxdepth: 2
Expand All @@ -32,7 +32,7 @@ API


Indices and tables
#################################################
##################

* :ref:`genindex`
* :ref:`modindex`
Expand Down
6 changes: 3 additions & 3 deletions docs/installation.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Installation & Setup
==============================================
====================

Installation
##############################################
############

The simpliest way is to use pip to install package:

Expand All @@ -19,7 +19,7 @@ If you want latest version, you may use Git. It is fresh, but unstable.
Setup
##############################################
#####

Add ``embed_video`` to :py:data:`~django.settings.INSTALLED_APPS` in your Django
settings.
Expand Down
2 changes: 1 addition & 1 deletion docs/websites.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Websites using django-embed-video
==============================================
=================================

- `Tchorici.cz <http://www.tchorici.cz>`_
- `Tiempoturco.com <http://www.tiempoturco.com>`_
Expand Down
2 changes: 1 addition & 1 deletion embed_video/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
SoundCloud.
"""

VERSION = (1, 0, 0, 'dev')
VERSION = (1, 0, 0, 'stable')


def get_release():
Expand Down

0 comments on commit 7a21c7d

Please sign in to comment.