Skip to content

Commit

Permalink
Bump version to stable 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Taaku18 committed Nov 3, 2019
1 parent 6166e21 commit 27bbd71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This project mostly adheres to [Semantic Versioning](https://semver.org/spec/v2.
however, insignificant breaking changes does not guarantee a major version bump, see the reasoning [here](https://github.com/kyb3r/modmail/issues/319).


# v3.3.0-dev6
# v3.3.0


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

# v3.2.2

Expand Down
2 changes: 1 addition & 1 deletion bot.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "3.3.0-dev6"
__version__ = "3.3.0"

import asyncio
import logging
Expand Down

0 comments on commit 27bbd71

Please sign in to comment.