Skip to content

Commit

Permalink
Ready to new release
Browse files Browse the repository at this point in the history
  • Loading branch information
goinnn committed Dec 20, 2013
1 parent 382aeb8 commit 6cfcfdb
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
0.1.0 (2013-12-20)
===================

* Added example project
* Added tests (for SQLite, MySQL and PostgreSQL)
* Integrated with travis and coverals
* Python2.6 compatible (benchmark_like)
* Added patche to Django 1.6


0.0.7 (2013-09-11)
===================

Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
.. contents::

===========
Django Like
django-like
===========

Information
===========

Django Like is a Django application that adds other useful fields.
django-like is a Django application that adds other useful fields.

It is distributed under the terms of the GNU Lesser General Public
License <http://www.gnu.org/licenses/lgpl.html>
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ def read(*rnames):

setup(
name="django-like",
version="0.0.7",
version="0.1.0",
author="Pablo Martin",
author_email="goinnn@gmail.com",
description="Django application that provider like and ilike lookup in the querysets",
description="Django application that provider the like and ilike lookups for the querysets",
long_description=(read('README.rst') + '\n\n' + read('CHANGES.rst')),
classifiers=[
'Development Status :: 4 - Beta',
Expand Down

0 comments on commit 6cfcfdb

Please sign in to comment.