Skip to content

Commit

Permalink
Release 0.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
audreyfeldroy committed Jul 10, 2014
1 parent c58b52b commit 71e7c5a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
History
-------

0.2.1 (2014-07-09)
++++++++++++++++++

* Remove the shebang from `__init__.py` (`#2`_), thanks to `@dashea`_.

.. _`#2`: https://github.com/audreyr/jinja2_pluralize/pull/2
.. _`@dashea`: https://github.com/dashea

0.2.0 (2014-07-02)
++++++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion jinja2_pluralize/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = 'Audrey Roy'
__email__ = 'audreyr@gmail.com'
__version__ = '0.2.0'
__version__ = '0.2.1'

import inflect

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

setup(
name='jinja2_pluralize',
version='0.2.0',
version='0.2.1',
description="Jinja2 pluralize filters.",
long_description=readme + '\n\n' + history,
author='Audrey Roy',
Expand Down

0 comments on commit 71e7c5a

Please sign in to comment.