Skip to content

Commit

Permalink
New version.
Browse files Browse the repository at this point in the history
  • Loading branch information
doctorink committed May 31, 2024
1 parent 6d27fee commit 312d478
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/05/31 - RELEASE 2.1.4
==========================
- Minor fix use is owner flag in utility function

2024/04/08 - RELEASE 2.1.3
==========================
- Fix issues with import format, sendToNEL flag was not parsed correctly
Expand Down
2 changes: 1 addition & 1 deletion knowledge/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
__maintainer__ = ["Markus Weber"]
__email__ = "[email protected]"
__status__ = "beta"
__version__ = "2.1.3"
__version__ = "2.1.4"

# Create the Logger
logger: Union[logging.Logger, None] = None
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
# the setup
setup(
name='personal_knowledge_library',
version="2.1.3",
version="2.1.4",
description="Library to access Wacom's Personal Knowledge graph.",
long_description=README,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 312d478

Please sign in to comment.