Skip to content

Commit 916c092

Browse files
committed
bump to 0.0.4
1 parent e9104cc commit 916c092

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.md

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

4+
0.0.4 (Dec 14th 2015)
5+
6+
### Small Fix for Django 1.9
7+
8+
- Updated the router to accept the `model` hint in addition to already accepting the `model_name` hint.
9+
410
0.0.3 (Nov 23rd 2015)
511

612
### Small Fix

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup, find_packages
22

3-
version = '0.0.3'
3+
version = '0.0.4'
44

55

66
setup(

0 commit comments

Comments
 (0)