Skip to content

Commit 7ba0e4a

Browse files
committed
v2.3 checkpoint.
1 parent 138d1ef commit 7ba0e4a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
CHANGELOG
22
=========
33

4-
2.3, 2024-07-08
4+
2.3, 2024-07-10
55
---------------
66
- add command-line interface, with execute, export, import, parse, pragma, search, and stats
77
- add option to rename SQL window pages

src/sqlitely/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
1111
@author Erki Suurjaak
1212
@created 21.08.2019
13-
@modified 08.07.2024
13+
@modified 10.07.2024
1414
------------------------------------------------------------------------------
1515
"""
1616
try: from configparser import RawConfigParser # Py3
@@ -32,8 +32,8 @@
3232

3333
"""Program title, version number and version date."""
3434
Title = "SQLitely"
35-
Version = "2.3.dev166"
36-
VersionDate = "08.07.2024"
35+
Version = "2.3"
36+
VersionDate = "10.07.2024"
3737

3838
Frozen, Snapped = getattr(sys, "frozen", False), (sys.executable or "").startswith("/snap/")
3939
if Frozen: # Running as a pyinstaller executable

0 commit comments

Comments
 (0)