Skip to content

Commit

Permalink
build: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
TAG-Epic committed Mar 21, 2024
1 parent ccc4662 commit 05e3cd7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions docs/releasenotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@ Release notes

.. towncrier release notes start
Nextcore 2.0.2 (2024-03-21)
===========================

Bugfixes
--------

- API version wasn't set when connecting to the gateway (api-version)


Nextcore 2.0.1 (2023-07-10)
===========================

Expand Down
2 changes: 1 addition & 1 deletion nextcore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
if TYPE_CHECKING:
from typing import Final

__version__: Final[str] = "2.0.1"
__version__: Final[str] = "2.0.2"
__all__: Final[tuple[str, ...]] = ("__version__",)
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nextcore"
version = "2.0.1"
version = "2.0.2"
description = "A low level Discord API wrapper"
authors = ["tag-epic"]
license = "MIT"
Expand Down

0 comments on commit 05e3cd7

Please sign in to comment.