Skip to content

Commit

Permalink
Bumping to 0.4 in preparation for PyPI release
Browse files Browse the repository at this point in the history
  • Loading branch information
respondcreate committed May 29, 2015
1 parent 67a52b0 commit 45dbfff
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion docs/index.rst
Expand Up @@ -65,7 +65,7 @@ Each model registered with ``django-textplusstuff`` can have as many 'renditions
Current Version
---------------

0.3
0.4

Dependencies
------------
Expand Down Expand Up @@ -109,6 +109,11 @@ Contents
Release Notes
=============

0.4
---

- Added :ref:``ExtraContextSerializerMixin <extra-context-serializer-mixin>` for simplifying ``extra_context``-to-serializer handoff.

0.3
---

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -7,7 +7,7 @@
setup(
name='django-textplusstuff',
packages=find_packages(exclude=['tests*', 'docs*']),
version='0.3',
version='0.4',
author=u'Jonathan Ellenberger',
author_email='jonathan_ellenberger@wgbh.org',
url='http://github.com/WGBH/django-textplusstuff/',
Expand Down

0 comments on commit 45dbfff

Please sign in to comment.