Skip to content

Commit

Permalink
bump: release v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxdaemon committed Apr 29, 2024
1 parent a45d666 commit d891d49
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions 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.4.0] 2024-04-29
### Added
- Added a stab command to stab other users
- Add Python 3.8, 3.9 to testing matrix
Expand Down Expand Up @@ -131,8 +133,9 @@ This update is pretty big. Be warned.
## [1.0.0]
- Initial stable release

[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
[Unreleased]: https://github.com/TotallyNotRobots/CloudBot/compare/v1.4.0...HEAD
[1.4.0]: https://github.com/TotallyNotRobots/CloudBot/compare/v1.3.0...v1.4.0
[1.3.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 @@ -4,7 +4,7 @@
from pathlib import Path
from typing import Any, Dict, Optional

version = (1, 3, 0)
version = (1, 4, 0)
__version__ = ".".join(str(i) for i in version)

__all__ = (
Expand Down

0 comments on commit d891d49

Please sign in to comment.