File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## [ 1.0.3] ( https://github.com/AnthusAI/SQLBot/compare/v1.0.2...v1.0.3 ) (2025-09-13)
2+
3+
4+ ### Bug Fixes
5+
6+ * update test assertions for SQLBot rebranding ([ 9bbb3ec] ( https://github.com/AnthusAI/SQLBot/commit/9bbb3ecf5490ee53e6e8d9bf4f19000d86a879fb ) )
7+
18## [ 1.0.2] ( https://github.com/AnthusAI/SQLBot/compare/v1.0.1...v1.0.2 ) (2025-09-13)
29
310
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " sqlbot"
7- version = " 1.0.2 "
7+ version = " 1.0.3 "
88description = " SQLBot - Database Query Bot with AI-powered natural language processing"
99readme = " README.md"
1010requires-python = " >=3.8"
@@ -83,7 +83,7 @@ extend-exclude = '''
8383'''
8484
8585[tool .mypy ]
86- python_version = " 1.0.2 "
86+ python_version = " 1.0.3 "
8787warn_return_any = true
8888warn_unused_configs = true
8989disallow_untyped_defs = true
Original file line number Diff line number Diff line change 11"""SQLBot: Database Query Bot with AI-powered natural language processing."""
22
3- __version__ = "1.0.2 "
3+ __version__ = "1.0.3 "
44__author__ = "SQLBot Team"
55__email__ = "team@qbot.dev"
66
Original file line number Diff line number Diff line change 11"""Version information for QBot."""
2- __version__ = "1.0.2 "
2+ __version__ = "1.0.3 "
33
44
You can’t perform that action at this time.
0 commit comments