Skip to content

Commit cbe894b

Browse files
author
Craig Nagy
committed
Version bump; Django 1.10 supported
1 parent de5db63 commit cbe894b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

fsm_admin/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# -*- coding: utf-8 -*-
2-
__version__ = '1.2.3'
2+
__version__ = '1.2.4'
33
__author__ = 'G Adventures'

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Django>=1.6,<1.7
1+
Django>=1.6
22
django-fsm==2.0.1

0 commit comments

Comments
 (0)