Skip to content

Commit ea1ff8d

Browse files
committed
Update project metadata
1 parent b572a5f commit ea1ff8d

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGES.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ Here you can see the full list of changes between each SQLAlchemy-Utils release.
77
Unreleased
88
^^^^^^^^^^
99

10+
11+
0.39.0 (2022-12-23)
12+
^^^^^^^^^^^^^^^^^^^
13+
1014
- Support Python 3.11.
1115
- Add pre-commit hooks for uniform text checks, isort, flake8, and pyupgrade.
1216
- Fix a crash that occurs if the ``colour-science`` package is installed,

sqlalchemy_utils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,4 +101,4 @@
101101
refresh_materialized_view
102102
)
103103

104-
__version__ = '0.38.3'
104+
__version__ = '0.39.0'

0 commit comments

Comments
 (0)