Skip to content

Commit

Permalink
Version bump, fix to setup.py url
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexeh committed Feb 23, 2024
1 parent 07c6e19 commit 336c0b0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion joystick_diagrams/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

_LOGGER = logging.getLogger(__name__)

VERSION = "2.0.5" # Format Major.Minor
VERSION = "2.0.6" # Format Major.Minor
VERSION_SERVER = "https://www.joystick-diagrams.com/"
TEMPLATE_DIR = "./templates"
MANIFEST_DIR = "./"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "joystick_diagrams"
description = ""
authors = ["Robert Cox"]
version = "2.0.5"
version = "2.0.6"
homepage = "https://www.joystick-diagrams.com"
readme = "readme.md"
repository = "https://github.com/Rexeh/joystick-diagrams"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"Documentation": "https://joystick-diagrams.com/",
"Bug Reports": "https://github.com/Rexeh/joystick-diagrams/issues",
"Funding": "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WLLDYGQM5Z39W&source=url",
"Source": "https://github.com/Rexeh/joystick-diagrams/src",
"Source": "https://github.com/Rexeh/joystick-diagrams",
},
executables=[
Executable(
Expand Down
2 changes: 1 addition & 1 deletion version_manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version": "2.0.5", "template_hashes": {"BaseTemplate_Landscape.svg": "0ac464e58d7f92b5fdf0cc5abdf3146c0b22c7fdf96456357abcd926418b6eeb", "BaseTemplate_Portrait.svg": "d5e87e0d908b2168bf28f101c0382e51896ae6347d60b599628d18b1c7b74fac"}}
{"version": "2.0.6", "template_hashes": {"BaseTemplate_Landscape.svg": "0ac464e58d7f92b5fdf0cc5abdf3146c0b22c7fdf96456357abcd926418b6eeb", "BaseTemplate_Portrait.svg": "d5e87e0d908b2168bf28f101c0382e51896ae6347d60b599628d18b1c7b74fac"}}

0 comments on commit 336c0b0

Please sign in to comment.