Skip to content

Commit 05e3cd7

Browse files
committed
build: bump version
1 parent ccc4662 commit 05e3cd7

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

docs/releasenotes.rst

+9
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@ Release notes
33

44
.. towncrier release notes start
55
6+
Nextcore 2.0.2 (2024-03-21)
7+
===========================
8+
9+
Bugfixes
10+
--------
11+
12+
- API version wasn't set when connecting to the gateway (api-version)
13+
14+
615
Nextcore 2.0.1 (2023-07-10)
716
===========================
817

nextcore/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@
2626
if TYPE_CHECKING:
2727
from typing import Final
2828

29-
__version__: Final[str] = "2.0.1"
29+
__version__: Final[str] = "2.0.2"
3030
__all__: Final[tuple[str, ...]] = ("__version__",)

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "nextcore"
3-
version = "2.0.1"
3+
version = "2.0.2"
44
description = "A low level Discord API wrapper"
55
authors = ["tag-epic"]
66
license = "MIT"

0 commit comments

Comments
 (0)