We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 605f105 commit b869c04Copy full SHA for b869c04
2 files changed
CHANGELOG.md
@@ -1,7 +1,7 @@
1
CHANGELOG
2
=========
3
4
-2.1, 2023-08-16
+2.1, 2023-08-28
5
---------------
6
- add user-defined functions to value editor
7
- add button panels to data and schema tabs
src/sqlitely/conf.py
@@ -10,7 +10,7 @@
10
11
@author Erki Suurjaak
12
@created 21.08.2019
13
-@modified 27.08.2023
+@modified 28.08.2023
14
------------------------------------------------------------------------------
15
"""
16
try: from ConfigParser import RawConfigParser # Py2
@@ -29,8 +29,8 @@
29
30
"""Program title, version number and version date."""
31
Title = "SQLitely"
32
-Version = "2.1.dev144"
33
-VersionDate = "27.08.2023"
+Version = "2.1"
+VersionDate = "28.08.2023"
34
35
if getattr(sys, "frozen", False):
36
# Running as a pyinstaller executable
0 commit comments