Skip to content

Commit

Permalink
Release 23.4 (#423)
Browse files Browse the repository at this point in the history
  • Loading branch information
dyve authored Dec 24, 2023
1 parent f13846f commit 696eb99
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 23.4 (in development)
## 23.4 (2023-12-24)

- Use ruff instead of black for formatting (#419).
- Remove support for Python 3.7 (EOL) (#406).
Expand Down
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,15 @@ classifiers = [
"Topic :: Software Development :: Libraries",
"Topic :: Utilities",
]
dependencies = ["Django>=3.2"]
dependencies = [
"Django>=3.2",
]
description = "Icons for Django"
license = {file = "LICENSE"}
name = "django-icons"
readme = "README.md"
requires-python = ">=3.8"
version = "23.7.dev1"
version = "23.4"

[project.urls]
Changelog = "https://github.com/zostera/django-icons/blob/main/CHANGELOG.md"
Expand Down
2 changes: 2 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
-r requirements-test.txt
-r docs/requirements.txt
twine==4.0.2
build==1.0.3
setuptools==69.0.3

0 comments on commit 696eb99

Please sign in to comment.