Skip to content

Commit

Permalink
Set release_level for 3.1.0 to final
Browse files Browse the repository at this point in the history
  • Loading branch information
Defxult committed Aug 23, 2022
1 parent 282bf34 commit e77f5e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## v3.1.0 » Future Release
## v3.1.0 » Aug. 23, 2022

#### Breaking Changes
* **This library is no longer dependent on Pycord. It has changed back to discord.py**
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def _get_readme() -> str:

def _version_info() -> str:
version = (3, 1, 0)
release_level: Literal['alpha', 'beta', 'rc', 'final'] = 'rc'
release_level: Literal['alpha', 'beta', 'rc', 'final'] = 'final'

BASE: Final[str] = '.'.join([str(n) for n in version])

Expand Down

0 comments on commit e77f5e8

Please sign in to comment.