File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
102
102
- Fixed 'objectmodel' and 'predict_one' in doc.
103
103
- Fixed ray dependencies bug
104
104
105
- ## [ 0.1.2 ] ( https://github.com/SuperDuperDB/superduperdb/compare/0.1.1...0.1.2 ] ) (2024-Jun-20)
105
+ ## [ 0.1.3 ] ( https://github.com/SuperDuperDB/superduperdb/compare/0.1.1...0.1.3 ] ) (2024-Jun-20)
106
106
107
107
Test release before v0.2
108
108
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ new_release: ## Release a new version of SuperDuperDB
40
40
@git add superduperdb/__init__.py
41
41
# Commit and tag release
42
42
@echo " ** Commit Bump Version and Tags"
43
- @git add VERSION
43
+ @git add VERSION CHANGELOG.md
44
44
@git commit -m " Bump Version $( RELEASE_VERSION) "
45
45
@git tag $(RELEASE_VERSION )
46
46
Original file line number Diff line number Diff line change 1
- 0.1.3
1
+ 0.1.4
Original file line number Diff line number Diff line change 8
8
9
9
logging = logger .Logging
10
10
11
- __version__ = '0.1.3 '
11
+ __version__ = '0.1.4 '
12
12
13
13
from superduperdb .backends import ibis , mongodb
14
14
You can’t perform that action at this time.
0 commit comments