maintenance: update changelog with release notes maintenance: update __version__ in dataset/__init__
This commit is contained in:
parent
73c4c0f4bc
commit
781b8436a3
@ -1,5 +1,13 @@
|
||||
# dataset ChangeLog
|
||||
|
||||
|
||||
## Version 1.7.0 - 2025-11-09
|
||||
|
||||
Improved database interactions for faster and more reliable data operations. Updated dependencies and tests to support these changes.
|
||||
|
||||
**Changes:** 5 files, 68 lines
|
||||
**Languages:** Python (68 lines)
|
||||
|
||||
*The changelog has only been started with version 0.3.12, previous
|
||||
changes must be reconstructed from revision history.*
|
||||
|
||||
|
||||
@ -11,7 +11,7 @@ warnings.filterwarnings(
|
||||
)
|
||||
|
||||
__all__ = ["Database", "Table", "connect"]
|
||||
__version__ = "1.6.2"
|
||||
__version__ = "1.7.0"
|
||||
|
||||
|
||||
def connect(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user