Skip to content

Commit 05d67e0

Browse files
committed
Bump version 0.7.5
1 parent d351109 commit 05d67e0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Changelog
22
=========
33

4-
Current
5-
-------
4+
0.7.5 (2013-06-01)
5+
------------------
66

77
- Handle Django 1.5+ custom user model
88
- Upgraded to jQuery 2.0.2 and jQuery Migrate 1.2.1

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ Add ``djangojs.urls`` to your root ``URL_CONF``:
5252
Documentation
5353
=============
5454

55-
The documentation is hosted `on Read the Docs <http://djangojs.readthedocs.org/en/latest/>`_
55+
The documentation is hosted `on Read the Docs <http://djangojs.readthedocs.org/en/0.7.5/>`_

djangojs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Django.js provide better integration of javascript into Django.
44
'''
55

6-
__version__ = '0.7.5.dev'
6+
__version__ = '0.7.5'
77
__description__ = "Django JS Tools"
88

99
#: Packaged jQuery version

0 commit comments

Comments
 (0)