Skip to content

Commit

Permalink
Incremented version to 1.5.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
xvitaly committed Aug 8, 2020
1 parent fd13ab3 commit 543374a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.0
PROJECT_NUMBER = 1.5.1
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.0
Version: 1.5.1
Release: 1%{?dist}

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

%changelog
* Sat Aug 08 2020 Vitaly Zaitsev <[email protected]> - 1.5.0-1
- Updated to version 1.5.0.
* Sat Aug 08 2020 Vitaly Zaitsev <[email protected]> - 1.5.1-1
- Updated to version 1.5.1.
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.0',
version='1.5.1',
packages=find_packages(),
package_dir={
'ecasbot': 'ecasbot',
Expand Down

0 comments on commit 543374a

Please sign in to comment.