Skip to content

Commit

Permalink
Bump version and changelog for 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Soheab committed Dec 17, 2023
1 parent 32f5346 commit c3f8711
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion alexflipnote/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c3f8711

Please sign in to comment.