Skip to content

Commit

Permalink
3.17.7
Browse files Browse the repository at this point in the history
  • Loading branch information
coleifer committed Oct 15, 2024
1 parent fb1827c commit 2574b99
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,15 @@ https://github.com/coleifer/peewee/releases

## master

[View commits](https://github.com/coleifer/peewee/compare/3.17.6...master)
[View commits](https://github.com/coleifer/peewee/compare/3.17.7...master)

## 3.17.7

* Add db_url support for psycopg3 via `psycopg3://`.
* Ensure double-quotes are escaped properly when introspecting constraints.
* A few documentation-related fixes.

[View commits](https://github.com/coleifer/peewee/compare/3.17.6...3.17.7)

## 3.17.6

Expand Down
2 changes: 1 addition & 1 deletion peewee.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
mysql = None


__version__ = '3.17.6'
__version__ = '3.17.7'
__all__ = [
'AnyField',
'AsIs',
Expand Down

0 comments on commit 2574b99

Please sign in to comment.