Skip to content

Commit

Permalink
Bump version to 2.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jieter committed Dec 23, 2024
1 parent 4d115d6 commit 09ffb07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Change log

## 2.7.3 (2024-12-23)
## 2.7.4 & 2.7.3 (2024-12-23)
Correct packaging mistakes:
- Remove upper bound for `python_requires`

## 2.7.2 (2024-12-23)
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.3"
__version__ = "2.7.4"

__all__ = (
"Table",
Expand Down

0 comments on commit 09ffb07

Please sign in to comment.