Skip to content

Commit b869c04

Browse files
committed
v2.1 checkpoint.
1 parent 605f105 commit b869c04

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

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.1, 2023-08-16
4+
2.1, 2023-08-28
55
---------------
66
- add user-defined functions to value editor
77
- add button panels to data and schema tabs

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 27.08.2023
13+
@modified 28.08.2023
1414
------------------------------------------------------------------------------
1515
"""
1616
try: from ConfigParser import RawConfigParser # Py2
@@ -29,8 +29,8 @@
2929

3030
"""Program title, version number and version date."""
3131
Title = "SQLitely"
32-
Version = "2.1.dev144"
33-
VersionDate = "27.08.2023"
32+
Version = "2.1"
33+
VersionDate = "28.08.2023"
3434

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

0 commit comments

Comments
 (0)