We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adbd8ed commit e616d79Copy full SHA for e616d79
src/shortcircuit/__init__.py
@@ -6,8 +6,8 @@
6
7
__appname__ = 'Short Circuit'
8
__appslug__ = 'shortcircuit'
9
-__version__ = '1.0.0'
10
-__date__ = '2023-12-06'
+__version__ = '1.1.0'
+__date__ = '2024-02-17'
11
USER_AGENT = '{} v{} ({}); @SecondFry, secondfry@gmail.com'.format(
12
__appname__,
13
__version__,
0 commit comments