Skip to content

Commit

Permalink
Django 3.2 (#3)
Browse files Browse the repository at this point in the history
* Django 3.2 changes

* Update package version
  • Loading branch information
bertini36 authored May 11, 2021
1 parent 4f5b259 commit be71054
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tombstones/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.1.15'
__version__ = '0.1.16'
__copyright__ = 'Copyright (c) 2017, skioo SA'
__licence__ = 'MIT'
__URL__ = 'https://github.com/skioo/django-tombstones'
1 change: 1 addition & 0 deletions tombstones/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@

class TombstonesConfig(AppConfig):
name = 'tombstones'
default_auto_field = 'django.db.models.AutoField'
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tox]
envlist =
{py36,py37,py38}-{django111,django20,django31}-test
py38-django31-{checkmigrations,flake,coverage}
{py36,py37,py38}-{django111,django20,django32}-test
py38-django32-{checkmigrations,flake,coverage}

[testenv]
basepython =
Expand All @@ -16,7 +16,7 @@ commands =
deps =
django111: Django>=1.11,<1.12
django20: Django>=2.0,<2.1
django31: Django>=3.1,<3.2
django32: Django>=3.2
pytest-django
pytest-cov
flake: flake8
Expand Down

0 comments on commit be71054

Please sign in to comment.