Skip to content

Commit

Permalink
Release version 4.11.0 [skip ci]
Browse files Browse the repository at this point in the history
Type: trivial
  • Loading branch information
wesleykendall committed Nov 26, 2023
1 parent b270d7e commit 3c2669b
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 4.11.0 (2023-11-26)

### Feature

- Django 5.0 compatibility [Wesley Kendall, 2e1366e]

Support and test against Django 5 with psycopg2 and psycopg3.

## 4.10.1 (2023-11-26)

### Trivial
Expand Down
8 changes: 8 additions & 0 deletions docs/release_notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 4.11.0 (2023-11-26)

### Feature

- Django 5.0 compatibility [Wesley Kendall, 2e1366e]

Support and test against Django 5 with psycopg2 and psycopg3.

## 4.10.1 (2023-11-26)

### Trivial
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ packages = [
exclude = [
"*/tests/"
]
version = "4.10.1"
version = "4.11.0"
description = "Postgres trigger support integrated with Django models."
authors = ["Wes Kendall"]
classifiers = [
Expand Down

0 comments on commit 3c2669b

Please sign in to comment.