Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
drozdowsky committed Sep 8, 2023
1 parent f22a361 commit fc0de8e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,5 @@ class Example(models.Model):
```

## Requirements
* Python >= 2.7, <= 3.9
* Django >= 1.11, <= 4.0

## Todo
- [ ] Tests could be more readable
- [ ] Signals decorators
* Python >= 2.7, <= 3.11
* Django >= 1.11, <= 4.x.y
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name="django-tracking-model",
version="0.1.5",
version="0.1.6",
packages=["tracking_model"],
description="Track changes made to django model instance fields.",
long_description=README,
Expand Down
5 changes: 3 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ envlist =
py36-django{111,220,310}
py37-django{111,220,310}
py38-django{111,220,310}
py39-django{111,220,310,400}
py39-django{111,220,310,425}
py311-django{310,425}
flake8


Expand All @@ -13,7 +14,7 @@ deps =
django111: Django==1.11
django220: Django==2.2
django310: Django==3.1
django400: Django==4
django425: Django==4.2.5
pytest
pytest-django
psycopg2
Expand Down

0 comments on commit fc0de8e

Please sign in to comment.