Skip to content

Commit 92acbb0

Browse files
chore(release): 2.3.7 [skip ci]
## [2.3.7](v2.3.6...v2.3.7) (2025-12-02) ### Bug Fixes * indent multi-line user message continuation lines ([5f26870](5f26870))
1 parent 5f26870 commit 92acbb0

4 files changed

Lines changed: 11 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.3.7](https://github.com/AnthusAI/SQLBot/compare/v2.3.6...v2.3.7) (2025-12-02)
2+
3+
4+
### Bug Fixes
5+
6+
* indent multi-line user message continuation lines ([5f26870](https://github.com/AnthusAI/SQLBot/commit/5f2687011df7bcf64e6fc07ac670a1f1182f274a))
7+
18
## [2.3.6](https://github.com/AnthusAI/SQLBot/compare/v2.3.5...v2.3.6) (2025-12-02)
29

310

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "sqlbot"
7-
version = "2.3.6"
7+
version = "2.3.7"
88
description = "SQLBot - Database Query Bot with AI-powered natural language processing"
99
readme = "README.md"
1010
requires-python = ">=3.8"
@@ -91,7 +91,7 @@ extend-exclude = '''
9191
'''
9292

9393
[tool.mypy]
94-
python_version = "2.3.6"
94+
python_version = "2.3.7"
9595
warn_return_any = true
9696
warn_unused_configs = true
9797
disallow_untyped_defs = true

sqlbot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""SQLBot: Database Query Bot with AI-powered natural language processing."""
22

3-
__version__ = "2.3.6"
3+
__version__ = "2.3.7"
44
__author__ = "SQLBot Team"
55
__email__ = "team@sqlbot.dev"
66

sqlbot/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Version information for SQLBot."""
2-
__version__ = "2.3.6"
2+
__version__ = "2.3.7"
33

44

0 commit comments

Comments
 (0)