Skip to content

Commit

Permalink
Release v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitpopli1891 committed Mar 13, 2017
1 parent ef6d93d commit bf922a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ django-autotranslate
A simple Django app to automatically translate the pot (`.po`) files generated by django's makemessages command
using google translate.

|travis-ci| |pypi-version| |pypi-downloads-month| |requirements|
|travis-ci| |pypi-version| |requirements|

Installation:
-------------
Expand Down Expand Up @@ -76,8 +76,5 @@ Tests:
.. |pypi-version| image:: https://img.shields.io/pypi/v/django-autotranslate.svg
:target: https://pypi.python.org/pypi/django-autotranslate/

.. |pypi-downloads-month| image:: https://img.shields.io/pypi/dm/django-autotranslate.svg
:target: https://pypi.python.org/pypi/django-autotranslate/

.. |requirements| image:: https://requires.io/github/ankitpopli1891/django-autotranslate/requirements.svg?branch=master
:target: https://requires.io/github/ankitpopli1891/django-autotranslate/requirements/?branch=master
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

setup(
name='django-autotranslate',
version='1.0.1',
version='1.0.2',
packages=find_packages(),
install_requires=requirements,
include_package_data=True,
Expand Down

0 comments on commit bf922a4

Please sign in to comment.