mirror of
https://github.com/arsenetar/dupeguru.git
synced 2026-01-22 14:41:39 +00:00
Centralized version information in core_* package so that they only live at one place (instead of several).
--HG-- rename : cocoa/me/Info.plist => cocoa/me/InfoTemplate.plist rename : cocoa/pe/Info.plist => cocoa/pe/InfoTemplate.plist rename : cocoa/se/Info.plist => cocoa/se/InfoTemplate.plist
This commit is contained in:
@@ -27,7 +27,7 @@ class DupeGuru(DupeGuruBase):
|
||||
EDITION = 'se'
|
||||
LOGO_NAME = 'logo_se'
|
||||
NAME = 'dupeGuru'
|
||||
VERSION = '2.12.3'
|
||||
VERSION = __version__
|
||||
DELTA_COLUMNS = frozenset([2, 4])
|
||||
|
||||
def __init__(self):
|
||||
|
||||
Reference in New Issue
Block a user