Skip to content

Commit

Permalink
fix missing X8D and X010V in extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
Aohzan committed Jul 28, 2023
1 parent 2e6cf74 commit db06e4c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.13.4

- Fix missing X8D and X010V in extensions

## 0.13.3

- Fix X4FP mode
Expand Down
1 change: 1 addition & 0 deletions pypx800v5/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
API_CONFIG_NAME,
API_CONFIG_PARAMS,
API_CONFIG_TYPE,
EXT_X010V,
EXT_X4FP,
EXT_X4VR,
EXT_X8D,
Expand Down
2 changes: 2 additions & 0 deletions pypx800v5/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,13 @@
EXTENSIONS = [
EXT_XTHL,
EXT_X4FP,
EXT_X8D,
EXT_X24D,
EXT_X4VR,
EXT_XDIMMER,
EXT_X8R,
EXT_XPWM,
EXT_X010V,
]

# Objects
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="pypx800v5",
version="0.13.3",
version="0.13.4",
author="Aohzan",
author_email="[email protected]",
description="Control the IPX800V5 and its extensions.",
Expand Down

0 comments on commit db06e4c

Please sign in to comment.