diff --git a/Doxyfile b/Doxyfile index fd99548..dfd427a 100644 --- a/Doxyfile +++ b/Doxyfile @@ -10,7 +10,7 @@ DOXYFILE_ENCODING = UTF-8 PROJECT_NAME = ecasbot -PROJECT_NUMBER = 1.6.0 +PROJECT_NUMBER = 1.7.0 PROJECT_BRIEF = "EC AntiSpam bot for Telegram messenger" PROJECT_LOGO = OUTPUT_DIRECTORY = docs diff --git a/packaging/fedora/ecasbot.spec b/packaging/fedora/ecasbot.spec index c86f79c..783b78b 100644 --- a/packaging/fedora/ecasbot.spec +++ b/packaging/fedora/ecasbot.spec @@ -10,7 +10,7 @@ and block multimedia messages, links from the newly joined users, some common spam bots and users who added them to super-groups.} Name: %{pypi_name} -Version: 1.6.0 +Version: 1.7.0 Release: 1%{?dist} License: GPLv3+ @@ -91,5 +91,5 @@ install -D -p -m 0644 %{SOURCE1} %{buildroot}%{_sysusersdir}/%{pypi_name}.conf %doc docs/html/* %changelog -* Sat May 07 2022 Vitaly Zaitsev - 1.6.0-1 -- Updated to version 1.6.0. +* Mon Sep 26 2022 Vitaly Zaitsev - 1.7.0-1 +- Updated to version 1.7.0. diff --git a/packaging/windows/assets/version.txt b/packaging/windows/assets/version.txt index b149790..900d83c 100644 --- a/packaging/windows/assets/version.txt +++ b/packaging/windows/assets/version.txt @@ -6,8 +6,8 @@ VSVersionInfo( ffi=FixedFileInfo( - filevers=(1, 6, 0, 0), - prodvers=(1, 6, 0, 0), + filevers=(1, 7, 0, 0), + prodvers=(1, 7, 0, 0), mask=0x3f, flags=0x0, OS=0x4, @@ -24,14 +24,14 @@ VSVersionInfo( [StringStruct(u'Comments', u'EC AntiSpam bot for the Telegram messenger'), StringStruct(u'CompanyName', u'EasyCoding Team'), StringStruct(u'FileDescription', u'EC AntiSpam bot for the Telegram messenger'), - StringStruct(u'FileVersion', u'1.6.0.0'), + StringStruct(u'FileVersion', u'1.7.0.0'), StringStruct(u'InternalName', u'ecasbot.exe'), StringStruct(u'LegalCopyright', u'(c) 2017-2022 EasyCoding Team. All rights reserved.'), StringStruct(u'LegalTrademarks', u'EasyCoding, EasyCoding Software Group and EasyCoding Team are trademarks of EasyCoding Team.'), StringStruct(u'OriginalFilename', u'ecabot.exe'), StringStruct(u'ProductName', u'EC AntiSpam bot'), - StringStruct(u'ProductVersion', u'1.6.0.0'), - StringStruct(u'Assembly Version', u'1.6.0.0')]) + StringStruct(u'ProductVersion', u'1.7.0.0'), + StringStruct(u'Assembly Version', u'1.7.0.0')]) ]) ] ) diff --git a/packaging/windows/build.cmd b/packaging/windows/build.cmd index c64db41..575f43e 100644 --- a/packaging/windows/build.cmd +++ b/packaging/windows/build.cmd @@ -6,7 +6,7 @@ rem SPDX-License-Identifier: GPL-3.0-or-later title Building release binaries for Windows... -set RELVER=160 +set RELVER=170 set GPGKEY=A989AAAA set PYTHONOPTIMIZE=1 diff --git a/setup.py b/setup.py index 4f6b3c4..ea8f7c1 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ setup( name='ecasbot', - version='1.6.0', + version='1.7.0', packages=find_packages(), package_dir={ 'ecasbot': 'ecasbot',