Skip to content

Commit

Permalink
New version.
Browse files Browse the repository at this point in the history
  • Loading branch information
doctorink committed Sep 4, 2024
1 parent 708a67a commit e5a6b31
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2024/09/04 - RELEASE 2.0.3
==========================
- Adding a new export function for CSV

2024/07/29 - RELEASE 2.0.2
==========================
- Minor improvements in the UIM model avoiding None exception, when iterating empty model
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.2"
VERSION: str = "2.0.3"

# 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.2"
__version__ = "2.0.3"

import logging
from typing import Optional
Expand Down

0 comments on commit e5a6b31

Please sign in to comment.