Skip to content

Commit

Permalink
v4.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flozz committed Dec 28, 2022
1 parent aeb8143 commit da68107
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
13 changes: 8 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -274,20 +274,23 @@ Wanna support this project?
Changelog
---------

* **Rivalcfg NEXT:** [4.8.0]
* **[NEXT]** (changes on ``master`` that have not been released yet):

Features that are implemented on ``master`` and that will be released in the
next Rivalcfg version:
* Nothing yet :)

* **v4.8.0:**

* Improved CLI startup time (@gryzus24, #194)
* Added default lighting setting to following devices:
* Added default lighting setting to following devices (@flozz, #191, #195):

* Aerox 3
* Aerox 3 Wireless
* Aerox 5 Wireless
* Aerox 9 Wireless
* Prime
* Prime Wireless
* Added Python 3.11 support

* Added Python 3.11 support (@flozz)

* **4.7.0:**

Expand Down
2 changes: 1 addition & 1 deletion rivalcfg/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "4.7.0"
VERSION = "4.8.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

setup(
name="rivalcfg",
version="4.7.0",
version="4.8.0",
description="Configure SteelSeries gaming mice",
url="https://github.com/flozz/rivalcfg",
project_urls={
Expand Down

0 comments on commit da68107

Please sign in to comment.