Skip to content

Commit

Permalink
v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flozz committed Oct 4, 2020
1 parent 3ad2e98 commit 8a06855
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ build
.vscode/*
.nox
.pytest_cache
TODO.md
8 changes: 6 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -188,10 +188,14 @@ SteelSeries Sensei [RAW]:
Changelog
---------

* **Rivalcfg NEXT:** [4.1.0]
* **Rivalcfg NEXT:** [4.2.0]

Features that are implemented on ``master`` and that will be released in the
next Rivalcfg version (more details on `the board <https://github.com/flozz/rivalcfg/projects/1>`_):
next Rivalcfg version:

* Nothing yet ;)

* **4.1.0:**

* Support of the Rival 300S

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.0.0.dev0"
VERSION = "4.1.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.0.0",
version="4.1.0",
description="Configure SteelSeries gaming mice",
url="https://github.com/flozz/rivalcfg",
license="WTFPL",
Expand Down

0 comments on commit 8a06855

Please sign in to comment.