Skip to content

Commit 9cc0f17

Browse files
authored
Release 0.1.3 (#2197)
Signed-off-by: Fotis Nikolaidis <[email protected]>
1 parent d2a9326 commit 9cc0f17

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
102102
- Fixed 'objectmodel' and 'predict_one' in doc.
103103
- Fixed ray dependencies bug
104104

105+
## [0.1.2](https://github.com/SuperDuperDB/superduperdb/compare/0.1.1...0.1.2]) (2024-Jun-20)
105106

106-
## [0.1.1](https://github.com/SuperDuperDB/superduperdb/compare/0.1.0...0.1.1]) (2023-Feb-09)
107+
Test release before v0.2
108+
109+
## [0.1.1](https://github.com/SuperDuperDB/superduperdb/compare/0.1.0...0.1.1]) (2024-Feb-09)
107110

108111
#### Changed defaults / behaviours
109112

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.2
1+
0.1.3

superduperdb/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
logging = logger.Logging
1010

11-
__version__ = '0.2.0'
11+
__version__ = '0.1.3'
1212

1313
from superduperdb.backends import ibis, mongodb
1414

0 commit comments

Comments
 (0)