Skip to content

Commit 8cb7ec7

Browse files
committed
Version bump
1 parent b426a11 commit 8cb7ec7

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGES

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,7 @@
2424
0.4
2525
* Added per-Database configurability. https://github.com/streeter/django-db-readonly/pull/10
2626

27-
(History beyond 0.4 is not present)
27+
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Django DB Readonly
33
~~~~~~~~~~~~~~~~~~
44
"""
5-
VERSION = (0, 4)
5+
VERSION = (0, 4, 1)
66
__version__ = VERSION
77

88
from time import time

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22

3-
version = '0.4'
3+
version = '0.4.1'
44

55
import os
66
import sys

0 commit comments

Comments
 (0)