We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b426a11 commit 8cb7ec7Copy full SHA for 8cb7ec7
CHANGES
@@ -24,4 +24,7 @@
24
0.4
25
* Added per-Database configurability. https://github.com/streeter/django-db-readonly/pull/10
26
27
-(History beyond 0.4 is not present)
+0.4.1
28
+* Django 1.9 support https://github.com/streeter/django-db-readonly/pull/11
29
+
30
+(History beyond 0.4.1 is not present)
readonly/__init__.py
@@ -2,7 +2,7 @@
2
Django DB Readonly
3
~~~~~~~~~~~~~~~~~~
4
"""
5
-VERSION = (0, 4)
+VERSION = (0, 4, 1)
6
__version__ = VERSION
7
8
from time import time
setup.py
@@ -1,6 +1,6 @@
1
#!/usr/bin/env python
-version = '0.4'
+version = '0.4.1'
import os
import sys
0 commit comments