Skip to content

Commit

Permalink
release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jochenklar committed Sep 18, 2017
1 parent 6ba6382 commit 2ea42ac
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.rst
Expand Up @@ -11,6 +11,13 @@ Daiquiri (Django version)
:alt: Coverage Status
:target: https://coveralls.io/github/aipescience/django-daiquiri?branch=master

.. image:: https://img.shields.io/pypi/v/django-daiquiri.svg?style=flat
:alt: Latest Version
:target: https://pypi.python.org/pypi/django-daiquiri/

.. image:: http://img.shields.io/badge/license-APACHE-blue.svg?style=flat
:target: https://github.com/aipescience/django-daiquiri/blob/master/LICENSE

This project is currently in an early stage of development and by no means production ready.

The PHP version of Daiquiri can be found `here <https://github.com/aipescience/daiquiri>`_.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -40,7 +40,7 @@
'django-test-generator>=0.3.3',
'mock',
'coverage',
'queryparser_python%d>=0.2.2' % sys.version_info.major
'queryparser_python%d>=0.2.3' % sys.version_info.major
],
classifiers=[
'Development Status :: 1 - Planning',
Expand Down

0 comments on commit 2ea42ac

Please sign in to comment.