Skip to content

Commit

Permalink
Update version to 13.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
philgyford committed Jun 20, 2023
1 parent 3b53cb1 commit c09ad31
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- None


## [13.2.0] - 2023-05-10

### Added
- Added support for Python 3.12. (Nothing changed.)
- Added general tests for Admin classes


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Two Django apps:
- One to track book and periodical reading, including start and end dates, authors, and cover images.
- One to track events attended (movie, plays, gigs, exhibitions, comedy, dance, classical), including date, venue (with maps), people/organisations involved, and images of tickets.

For Django 3.2, 4.1, and 4.2, running on Python 3.6 to 3.11.
For Django 3.2, 4.1, and 4.2, running on Python 3.6 to 3.12.

It has URLs, views and templates to create a site displaying all the data, and Django admin screens to add and edit them. The templates use [Bootstrap v4](https://getbootstrap.com).

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ def get_author_email():
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Internet :: WWW/HTTP",
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
],
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.1.0"
__version__ = "13.2.0"
__author__ = "Phil Gyford"
__author_email__ = "phil@gyford.com"
__license__ = "MIT"
Expand Down

0 comments on commit c09ad31

Please sign in to comment.