Skip to content

Commit 27bbd71

Browse files
committed
Bump version to stable 3.3.0
1 parent 6166e21 commit 27bbd71

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This project mostly adheres to [Semantic Versioning](https://semver.org/spec/v2.
77
however, insignificant breaking changes does not guarantee a major version bump, see the reasoning [here](https://github.com/kyb3r/modmail/issues/319).
88

99

10-
# v3.3.0-dev6
10+
# v3.3.0
1111

1212

1313
### Important
@@ -73,6 +73,7 @@ however, insignificant breaking changes does not guarantee a major version bump,
7373
- Prerelease naming scheme is now `x.x.x-devN`.
7474
- `trigger_typing` has been moved to `core.utils.trigger_typing`, original location is deprecated.
7575
- Simpler status and activity logic.
76+
- New logging logic.
7677

7778
# v3.2.2
7879

bot.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "3.3.0-dev6"
1+
__version__ = "3.3.0"
22

33
import asyncio
44
import logging

0 commit comments

Comments
 (0)