Skip to content

Commit 0d19bf4

Browse files
authored
Increment version (#305)
* Increment version * Update CHANGELOG.md
1 parent fc95df3 commit 0d19bf4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
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

7-
# [Unreleased] (3.0.0)
7+
# v3.0.0
88

99
### Added
1010

@@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313
- Threads will close automatically after some time when `thread_auto_close` is set.
1414
- Custom closing message can be set with `thread_auto_close_response`.
1515

16-
### Removed
16+
### Breaking Changes
1717

1818
- Removed autoupdate functionality and the `update` command in favour of the [Pull app](https://github.com/apps/pull).
1919

bot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "2.24.1"
1+
__version__ = "3.0.0"
22

33
import asyncio
44
import logging

0 commit comments

Comments
 (0)