Skip to content

Commit

Permalink
Bump version; document removing upper bound
Browse files Browse the repository at this point in the history
  • Loading branch information
jieter committed Dec 23, 2024
1 parent a681db4 commit 0b7f94d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change log

## 2.7.3 (2024-12-23)
- Remove upper bound for `python_requires`

## 2.7.2 (2024-12-23)
- Add python_requires to setup.py ([#982](https://github.com/jieter/django-tables2/pull/982)) Fixes: [#980](https://github.com/jieter/django-tables2/issues/980)

Expand Down
2 changes: 1 addition & 1 deletion django_tables2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from .utils import A
from .views import MultiTableMixin, SingleTableMixin, SingleTableView

__version__ = "2.7.2"
__version__ = "2.7.3"

__all__ = (
"Table",
Expand Down

0 comments on commit 0b7f94d

Please sign in to comment.