Skip to content

Commit

Permalink
New version.
Browse files Browse the repository at this point in the history
  • Loading branch information
doctorink committed Jul 24, 2024
1 parent 7628fb0 commit 082693d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2024/07/24 - RELEASE 2.0.1
==========================
- Setting default transformation matrix to identity matrix if not provided in the UIM model
- Refactor the schema constants for different schemas


2024/07/12 - RELEASE 2.0.0
==========================
- Refactor schema handling in uim.model.semantics.schema package
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

# The directory containing this file
HERE = pathlib.Path(__file__).parent
VERSION: str = "2.0.0"
VERSION: str = "2.0.1"

# The text of the README file
README = (HERE / "README.md").read_text()
Expand Down
2 changes: 1 addition & 1 deletion uim/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
__maintainer__ = ["Markus Weber"]
__email__ = "markus.weber@wacom.com"
__status__ = "beta"
__version__ = "2.0.0"
__version__ = "2.0.1"

import logging
from typing import Optional
Expand Down

0 comments on commit 082693d

Please sign in to comment.