Skip to content

Commit

Permalink
Incremented version to 1.5.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
xvitaly committed Aug 28, 2020
1 parent c90f7fe commit 8507b22
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = ecasbot
PROJECT_NUMBER = 1.5.1
PROJECT_NUMBER = 1.5.2
PROJECT_BRIEF = "EC AntiSpam bot for Telegram messenger"
PROJECT_LOGO =
OUTPUT_DIRECTORY = doxyout
Expand Down
6 changes: 3 additions & 3 deletions packaging/fedora/ecasbot.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: ecasbot
Version: 1.5.1
Version: 1.5.2
Release: 1%{?dist}

Summary: EC AntiSpam bot for the Telegram messenger
Expand Down Expand Up @@ -86,5 +86,5 @@ exit 0
%{_unitdir}/%{name}.service

%changelog
* Sat Aug 08 2020 Vitaly Zaitsev <[email protected]> - 1.5.1-1
- Updated to version 1.5.1.
* Fri Aug 28 2020 Vitaly Zaitsev <[email protected]> - 1.5.2-1
- Updated to version 1.5.2.
2 changes: 1 addition & 1 deletion packaging/windows/build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ rem along with this program. If not, see <http://www.gnu.org/licenses/>.

title Building release binaries for Windows...

set RELVER=151
set RELVER=152
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 @@ -23,7 +23,7 @@

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

0 comments on commit 8507b22

Please sign in to comment.