Skip to content

Commit 43ec10f

Browse files
authored
Merge pull request #145 from olirice/or/release-0-8-5
Release 0.8.6
2 parents c8d21f5 + cc2627d commit 43ec10f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ def get_version(package):
5656
"Programming Language :: Python :: 3.9",
5757
"Programming Language :: Python :: 3.10",
5858
"Programming Language :: Python :: 3.11",
59+
"Programming Language :: Python :: 3.12",
5960
"Programming Language :: SQL",
6061
],
6162
)

Diff for: src/alembic_utils/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.8.5"
1+
__version__ = "0.8.6"

0 commit comments

Comments
 (0)