Skip to content

Commit

Permalink
Bump to 14.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
philgyford committed Dec 10, 2023
1 parent afcd587 commit 5079f1c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- None

## [14.1.0] - 2023-12-10

### Added

- Added support for Django 5.0

### Changed

- Switched from using flake8 and black for linting and formatting to ruff
- Allowed use of Pillow v10 and django-imagekit v5.0
- Switched from using flake8 and black for linting and formatting to ruff

## [14.0.0] - 2023-07-11

Expand Down
1 change: 0 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
include .travis.yml
include LICENSE
include README.md
include tox.ini
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__ = "14.0.0"
__version__ = "14.1.0"
__author__ = "Phil Gyford"
__author_email__ = "phil@gyford.com"
__license__ = "MIT"
Expand Down

0 comments on commit 5079f1c

Please sign in to comment.