From c3f871184943908180bc1df764a842218571a35f Mon Sep 17 00:00:00 2001 From: Soheab_ <33902984+Soheab@users.noreply.github.com> Date: Sat, 16 Dec 2023 00:10:48 +0100 Subject: [PATCH] Bump version and changelog for 4.0.2 --- alexflipnote/__init__.py | 2 +- changelog.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/alexflipnote/__init__.py b/alexflipnote/__init__.py index f9ff800..c618a37 100644 --- a/alexflipnote/__init__.py +++ b/alexflipnote/__init__.py @@ -3,7 +3,7 @@ from .errors import * from .enums import * -__version__ = "4.0.1" +__version__ = "4.0.2" __author__ = "Soheab" __license__ = "MPL-2.0" __description__ = "An easy to use Python Wrapper for the AlexFlipnote API" diff --git a/changelog.md b/changelog.md index ea2a0cc..3f4fc3c 100644 --- a/changelog.md +++ b/changelog.md @@ -3,6 +3,10 @@ See here what changed or broke each version. --- +### 4.0.2 - December 16, 2023 + +- Added missing ``brightness`` attribute to Colour. + ### 4.0.1 - February 12, 2023 - Add support for the new `/supreme` endpoint.