Skip to content

Commit

Permalink
New version.
Browse files Browse the repository at this point in the history
  • Loading branch information
doctorink committed Apr 8, 2024
1 parent 6d9d878 commit 75f7167
Show file tree
Hide file tree
Showing 2 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/04/08 - RELEASE 2.1.3
==========================
- Fix issues with import format, sendToNEL flag was not parsed correctly

2024/02/27 - RELEASE 2.1.2
==========================
- Fix some minor issues for timestamp parsing with older python versions (<3.10)
Expand Down
4 changes: 2 additions & 2 deletions knowledge/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright © 2021-23 Wacom. All rights reserved.
# Copyright © 2021-present Wacom. All rights reserved.
"""
Personal knowledge Library
--------------------------
Expand All @@ -17,7 +17,7 @@
__maintainer__ = ["Markus Weber"]
__email__ = "markus.weber@wacom.com"
__status__ = "beta"
__version__ = "2.1.1"
__version__ = "2.1.3"

# Create the Logger
logger: Union[logging.Logger, None] = None
Expand Down

0 comments on commit 75f7167

Please sign in to comment.