We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74ae43e commit a2accccCopy full SHA for a2acccc
CHANGES.rst
@@ -1,7 +1,7 @@
1
Changes
2
=======
3
4
-1.1.0 (unreleased)
+1.1.0 (2026-02-03)
5
------------------
6
7
- Refactor package layout to use ``pyproject.toml`` and implicit namespace packages.
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "cone.sql"
-version = "1.1.0.dev0"
+version = "1.1.0"
8
description = "SQLAlchemy integration for cone.app"
9
dynamic = ["readme"]
10
requires-python = ">=3.10"
0 commit comments