Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge Bastida committed Oct 5, 2014
1 parent 8d9fdfb commit d46e8f0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -8,6 +8,7 @@ env:
- DJANGO=django==1.4.10
- DJANGO=django==1.5.5
- DJANGO=django==1.6.2
- DJANGO=django==1.7

install:
- pip install -q $DJANGO --use-mirrors
Expand Down
2 changes: 1 addition & 1 deletion dajaxice/__init__.py
@@ -1 +1 @@
__version__ = (0, 6, 'beta')
__version__ = (0, 7, 'beta')
4 changes: 4 additions & 0 deletions docs/changelog.rst
@@ -1,6 +1,10 @@
Changelog
=========

0.7
^^^^^
* Make ``django-dajaxice`` work with ``django 1.7``

0.6
^^^^^
* Make ``django-dajaxice`` work with ``django 1.6``
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -2,7 +2,7 @@

setup(
name='django-dajaxice',
version='0.6',
version='0.7',
author='Jorge Bastida',
author_email='me@jorgebastida.com',
description='Agnostic and easy to use ajax library for django',
Expand Down

0 comments on commit d46e8f0

Please sign in to comment.