From c7f85b027d25e630f7671bdae2752ea38c7d795f Mon Sep 17 00:00:00 2001 From: DYefremov Date: Wed, 5 Jan 2022 15:10:10 +0300 Subject: [PATCH] bump version --- app/tools/picons.py | 4 ++-- app/ui/dialogs.glade | 4 ++-- app/ui/main.glade | 2 +- build/linux/build-deb.sh | 2 +- build/linux/deb/DEBIAN/control | 5 +++-- build/linux/deb/DEBIAN/copyright | 2 +- build/mac/DemonEditor.spec | 2 +- 7 files changed, 11 insertions(+), 10 deletions(-) diff --git a/app/tools/picons.py b/app/tools/picons.py index 6302599a..52af8ba7 100644 --- a/app/tools/picons.py +++ b/app/tools/picons.py @@ -2,7 +2,7 @@ # # The MIT License (MIT) # -# Copyright (c) 2018-2021 Dmitriy Yefremov +# Copyright (c) 2018-2022 Dmitriy Yefremov # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal @@ -57,7 +57,7 @@ class PiconsCzDownloader: _PERM_URL = "https://picon.cz/download/7337" _BASE_URL = "https://picon.cz/download/" _BASE_LOGO_URL = "https://picon.cz/picon/0/" - _HEADER = {"User-Agent": "DemonEditor/2.0.4", "Referer": ""} + _HEADER = {"User-Agent": "DemonEditor/2.1.0", "Referer": ""} _LINK_PATTERN = re.compile(r"((.*)-\d+x\d+)-(.*)_by_chocholousek.7z$") _FILE_PATTERN = re.compile(b"\\s+(1_.*\\.png).*") diff --git a/app/ui/dialogs.glade b/app/ui/dialogs.glade index 63c98f4a..5785d3e0 100644 --- a/app/ui/dialogs.glade +++ b/app/ui/dialogs.glade @@ -3,7 +3,7 @@ The MIT License (MIT) -Copyright (c) 2018-2021 Dmitriy Yefremov +Copyright (c) 2018-2022 Dmitriy Yefremov Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -40,7 +40,7 @@ Author: Dmitriy Yefremov system-help normal DemonEditor - 2.0.4 Beta + 2.1.0 Alpha 2018-2021 Dmitriy Yefremov Enigma2 channel and satellite list editor. diff --git a/app/ui/main.glade b/app/ui/main.glade index ed28a69d..4636728d 100644 --- a/app/ui/main.glade +++ b/app/ui/main.glade @@ -1426,7 +1426,7 @@ Author: Dmitriy Yefremov True False - 2.0.4 Beta + 2.1.0 Alpha diff --git a/build/linux/build-deb.sh b/build/linux/build-deb.sh index 349dea84..2b49d66a 100755 --- a/build/linux/build-deb.sh +++ b/build/linux/build-deb.sh @@ -1,5 +1,5 @@ #!/bin/bash -VER="2.0.4_Beta" +VER="2.1.0_Alpha" B_PATH="dist/DemonEditor" DEB_PATH="$B_PATH/usr/share/demoneditor" diff --git a/build/linux/deb/DEBIAN/control b/build/linux/deb/DEBIAN/control index e08594c2..21cac002 100644 --- a/build/linux/deb/DEBIAN/control +++ b/build/linux/deb/DEBIAN/control @@ -1,5 +1,5 @@ Package: demon-editor -Version: 2.0.4-Beta +Version: 2.1.0-Alpha Section: utils Priority: optional Architecture: all @@ -10,6 +10,7 @@ Depends: python3 (>= 3.6), python3-gi-cairo, gir1.2-notify-0.7 Recommends: libmpv1, - python3-chardet + python3-chardet, + libgtksourceview (>= 3.0) Maintainer: Dmitriy Yefremov Description: Enigma2 channel and satellite list editor diff --git a/build/linux/deb/DEBIAN/copyright b/build/linux/deb/DEBIAN/copyright index 3f27e3d8..8c925dc2 100644 --- a/build/linux/deb/DEBIAN/copyright +++ b/build/linux/deb/DEBIAN/copyright @@ -5,7 +5,7 @@ Source: https://github.com/DYefremov/DemonEditor Files: * MIT License -Copyright (c) 2018-2021 Dmitriy Yefremov +Copyright (c) 2018-2022 Dmitriy Yefremov Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/build/mac/DemonEditor.spec b/build/mac/DemonEditor.spec index af00c680..3ffc283e 100644 --- a/build/mac/DemonEditor.spec +++ b/build/mac/DemonEditor.spec @@ -69,7 +69,7 @@ app = BUNDLE(coll, 'CFBundleGetInfoString': "Enigma2 channel and satellite editor", 'LSApplicationCategoryType': 'public.app-category.utilities', 'LSMinimumSystemVersion': '10.13', - 'CFBundleShortVersionString': f"2.0.4.{BUILD_DATE} Beta", + 'CFBundleShortVersionString': f"2.1.0.{BUILD_DATE} Alpha", 'NSHumanReadableCopyright': u"Copyright © 2021, Dmitriy Yefremov", 'NSRequiresAquaSystemAppearance': 'false' })