Skip to content

Commit d4c8ddc

Browse files
committed
v2.2 checkpoint.
1 parent bcf1d6f commit d4c8ddc

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.2, 2023-10-08
4+
2.2, 2023-10-09
55
---------------
66
- add line number and word-wrap toggles to more controls
77
- add diagram export to Tools-menu

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.10.2023
13+
@modified 09.10.2023
1414
------------------------------------------------------------------------------
1515
"""
1616
try: from ConfigParser import RawConfigParser # Py2
@@ -30,8 +30,8 @@
3030

3131
"""Program title, version number and version date."""
3232
Title = "SQLitely"
33-
Version = "2.2.dev57"
34-
VersionDate = "08.10.2023"
33+
Version = "2.2"
34+
VersionDate = "09.10.2023"
3535

3636
if getattr(sys, "frozen", False):
3737
# Running as a pyinstaller executable

0 commit comments

Comments
 (0)