Skip to content

Commit d891d49

Browse files
committed
bump: release v1.4.0
1 parent a45d666 commit d891d49

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
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.4.0] 2024-04-29
810
### Added
911
- Added a stab command to stab other users
1012
- Add Python 3.8, 3.9 to testing matrix
@@ -131,8 +133,9 @@ This update is pretty big. Be warned.
131133
## [1.0.0]
132134
- Initial stable release
133135

134-
[Unreleased]: https://github.com/TotallyNotRobots/CloudBot/compare/v1.3.0...HEAD
135-
[1.2.0]: https://github.com/TotallyNotRobots/CloudBot/compare/v1.2.0...v1.3.0
136+
[Unreleased]: https://github.com/TotallyNotRobots/CloudBot/compare/v1.4.0...HEAD
137+
[1.4.0]: https://github.com/TotallyNotRobots/CloudBot/compare/v1.3.0...v1.4.0
138+
[1.3.0]: https://github.com/TotallyNotRobots/CloudBot/compare/v1.2.0...v1.3.0
136139
[1.2.0]: https://github.com/TotallyNotRobots/CloudBot/compare/1.1.0...v1.2.0
137140
[1.1.0]: https://github.com/TotallyNotRobots/CloudBot/compare/1.0.9...1.1.0
138141
[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
@@ -4,7 +4,7 @@
44
from pathlib import Path
55
from typing import Any, Dict, Optional
66

7-
version = (1, 3, 0)
7+
version = (1, 4, 0)
88
__version__ = ".".join(str(i) for i in version)
99

1010
__all__ = (

0 commit comments

Comments
 (0)