Skip to content

Commit

Permalink
Incremented version to 1.6.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
xvitaly committed May 7, 2022
1 parent 4101104 commit 2be236d
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = ecasbot
PROJECT_NUMBER = 1.5.2
PROJECT_NUMBER = 1.6.0
PROJECT_BRIEF = "EC AntiSpam bot for Telegram messenger"
PROJECT_LOGO =
OUTPUT_DIRECTORY = docs
Expand Down
6 changes: 3 additions & 3 deletions packaging/fedora/ecasbot.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.2
Version: 1.6.0
Release: 1%{?dist}

License: GPLv3+
Expand Down Expand Up @@ -86,5 +86,5 @@ install -D -p -m 0644 %{SOURCE1} %{buildroot}%{_sysusersdir}/%{pypi_name}.conf
%doc docs/html/*

%changelog
* Fri Aug 28 2020 Vitaly Zaitsev <[email protected]> - 1.5.2-1
- Updated to version 1.5.2.
* Sat May 07 2022 Vitaly Zaitsev <[email protected]> - 1.6.0-1
- Updated to version 1.6.0.
12 changes: 6 additions & 6 deletions packaging/windows/assets/version.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

VSVersionInfo(
ffi=FixedFileInfo(
filevers=(1, 5, 2, 0),
prodvers=(1, 5, 2, 0),
filevers=(1, 6, 0, 0),
prodvers=(1, 6, 0, 0),
mask=0x3f,
flags=0x0,
OS=0x4,
Expand All @@ -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.5.2.0'),
StringStruct(u'FileVersion', u'1.6.0.0'),
StringStruct(u'InternalName', u'ecasbot.exe'),
StringStruct(u'LegalCopyright', u'(c) 2005-2020 EasyCoding Team. All rights reserved.'),
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.5.2.0'),
StringStruct(u'Assembly Version', u'1.5.2.0')])
StringStruct(u'ProductVersion', u'1.6.0.0'),
StringStruct(u'Assembly Version', u'1.6.0.0')])
])
]
)
2 changes: 1 addition & 1 deletion packaging/windows/build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ rem SPDX-License-Identifier: GPL-3.0-or-later

title Building release binaries for Windows...

set RELVER=152
set RELVER=160
set GPGKEY=A989AAAA
set PYTHONOPTIMIZE=1

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

setup(
name='ecasbot',
version='1.5.2',
version='1.6.0',
packages=find_packages(),
package_dir={
'ecasbot': 'ecasbot',
Expand Down

0 comments on commit 2be236d

Please sign in to comment.