Skip to content

Commit

Permalink
Incremented version to 1.5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
xvitaly committed Aug 8, 2020
1 parent 77dcbbb commit 8e020b7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 32 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.4.2
PROJECT_NUMBER = 1.5.0
PROJECT_BRIEF = "EC AntiSpam bot for Telegram messenger"
PROJECT_LOGO =
OUTPUT_DIRECTORY = doxyout
Expand Down
33 changes: 3 additions & 30 deletions packaging/fedora/ecasbot.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: ecasbot
Version: 1.4.2
Version: 1.5.0
Release: 1%{?dist}

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

%changelog
* Mon Jul 27 2020 Vitaly Zaitsev <[email protected]> - 1.4.2-1
- Updated to version 1.4.2.

* Thu Jul 16 2020 Vitaly Zaitsev <[email protected]> - 1.4.1-1
- Updated to version 1.4.1.

* Thu Jul 16 2020 Vitaly Zaitsev <[email protected]> - 1.4.0-1
- Updated to version 1.4.0.

* Sat Feb 01 2020 Vitaly Zaitsev <[email protected]> - 1.3.2-1
- Updated to version 1.3.2.

* Wed Jul 17 2019 Vitaly Zaitsev <[email protected]> - 1.3.1-1
- Updated to version 1.3.1.

* Tue Jul 16 2019 Vitaly Zaitsev <[email protected]> - 1.3.0-1
- Updated to version 1.3.0.

* Wed Apr 24 2019 Vitaly Zaitsev <[email protected]> - 1.2.0-1
- Updated to version 1.2.0.

* Sun Jan 06 2019 Vitaly Zaitsev <[email protected]> - 1.1.0-1
- Updated to version 1.1.0.

* Wed Oct 31 2018 Vitaly Zaitsev <[email protected]> - 1.0.0-1
- Updated to version 1.0.0.

* Tue Sep 11 2018 Vitaly Zaitsev <[email protected]> - 0-1
- Initial SPEC release.
* Sat Aug 08 2020 Vitaly Zaitsev <[email protected]> - 1.5.0-1
- Updated to version 1.5.0.
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.4.2',
version='1.5.0',
packages=find_packages(),
package_dir={
'ecasbot': 'ecasbot',
Expand Down

0 comments on commit 8e020b7

Please sign in to comment.