Skip to content

Commit 9e23933

Browse files
authored
Merge pull request #109 from TotallyNotRobots/gonzobot+release-1.3
Release v1.3.0
2 parents 3fa22b6 + 8de3bd4 commit 9e23933

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [1.3.0] 2020-03-17
810
### Added
911
- Added `do_sieve` keyword to hooks
1012
- Add the factoid character in the listfacts output
@@ -82,7 +84,8 @@ This update is pretty big. Be warned.
8284
## [1.0.0]
8385
- Initial stable release
8486

85-
[Unreleased]: https://github.com/TotallyNotRobots/CloudBot/compare/v1.2.0...HEAD
87+
[Unreleased]: https://github.com/TotallyNotRobots/CloudBot/compare/v1.3.0...HEAD
88+
[1.2.0]: https://github.com/TotallyNotRobots/CloudBot/compare/v1.2.0...v1.3.0
8689
[1.2.0]: https://github.com/TotallyNotRobots/CloudBot/compare/1.1.0...v1.2.0
8790
[1.1.0]: https://github.com/TotallyNotRobots/CloudBot/compare/1.0.9...1.1.0
8891
[1.0.9]: https://github.com/TotallyNotRobots/CloudBot/compare/1.0.8...1.0.9

cloudbot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import logging
1111
import os
1212

13-
version = (1, 2, 0)
13+
version = (1, 3, 0)
1414
__version__ = '.'.join(str(i) for i in version)
1515

1616
__all__ = (

0 commit comments

Comments
 (0)