Skip to content

Commit

Permalink
fix readme django version: release 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
darius BERNARD committed Oct 2, 2018
1 parent 8fabfea commit 84695ba
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ Requirements

This database wrapper work with

- python 2.7, 3.4, 3.5
- django 1.8 , 1.9, 1.10
- python 2.7, 3.4, 3.5, 3.6
- django 1.11

On the api, this is tested against

Expand Down
2 changes: 1 addition & 1 deletion rest_models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__VERSION__ = '1.6.1rc3'
__VERSION__ = '1.6.1'

try:
from rest_models.checks import register_checks
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Operating System :: OS Independent',
'Topic :: Software Development :: Libraries',
'Topic :: Utilities',
Expand Down

0 comments on commit 84695ba

Please sign in to comment.