Skip to content

Commit

Permalink
Update to v13.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
philgyford committed May 10, 2023
1 parent 0fbf2ae commit 810d4f8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- None


## [13.1.0] - 2023-05-10

### Removed
- Dropped support for Python 3.6. (Nothing changed, but removed from tests.)
- Dropped support for Django 4.0. (Nothing changed, but removed from tests.)

### Added
- Added support for Django 4.2. (Nothing changed, but added to tests.)
- `Venue` model has two new property methods `all_names` and `previous_names`.
- Any previous names of a `Venue` are displayed on the default venue detail page.


## [13.0.1] - 2022-12-28
Expand Down
2 changes: 1 addition & 1 deletion spectator/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__title__ = "Django Spectator"
__version__ = "13.0.1"
__version__ = "13.1.0"
__author__ = "Phil Gyford"
__author_email__ = "phil@gyford.com"
__license__ = "MIT"
Expand Down

0 comments on commit 810d4f8

Please sign in to comment.