Skip to content

Commit

Permalink
Merge pull request #109 from TotallyNotRobots/gonzobot+release-1.3
Browse files Browse the repository at this point in the history
Release v1.3.0
  • Loading branch information
linuxdaemon authored Mar 17, 2020
2 parents 3fa22b6 + 8de3bd4 commit 9e23933
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.3.0] 2020-03-17
### Added
- Added `do_sieve` keyword to hooks
- Add the factoid character in the listfacts output
Expand Down Expand Up @@ -82,7 +84,8 @@ This update is pretty big. Be warned.
## [1.0.0]
- Initial stable release

[Unreleased]: https://github.com/TotallyNotRobots/CloudBot/compare/v1.2.0...HEAD
[Unreleased]: https://github.com/TotallyNotRobots/CloudBot/compare/v1.3.0...HEAD
[1.2.0]: https://github.com/TotallyNotRobots/CloudBot/compare/v1.2.0...v1.3.0
[1.2.0]: https://github.com/TotallyNotRobots/CloudBot/compare/1.1.0...v1.2.0
[1.1.0]: https://github.com/TotallyNotRobots/CloudBot/compare/1.0.9...1.1.0
[1.0.9]: https://github.com/TotallyNotRobots/CloudBot/compare/1.0.8...1.0.9
Expand Down
2 changes: 1 addition & 1 deletion cloudbot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import logging
import os

version = (1, 2, 0)
version = (1, 3, 0)
__version__ = '.'.join(str(i) for i in version)

__all__ = (
Expand Down

0 comments on commit 9e23933

Please sign in to comment.