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
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)
105+ ## [ 0.1.3 ] ( https://github.com/SuperDuperDB/superduperdb/compare/0.1.1...0.1.3 ] ) (2024-Jun-20)
106106
107107Test release before v0.2
108108
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ new_release: ## Release a new version of SuperDuperDB
4040 @git add superduperdb/__init__.py
4141 # Commit and tag release
4242 @echo " ** Commit Bump Version and Tags"
43- @git add VERSION
43+ @git add VERSION CHANGELOG.md
4444 @git commit -m " Bump Version $( RELEASE_VERSION) "
4545 @git tag $(RELEASE_VERSION )
4646
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 88
99logging = logger .Logging
1010
11- __version__ = '0.1.3 '
11+ __version__ = '0.1.4 '
1212
1313from superduperdb .backends import ibis , mongodb
1414
You can’t perform that action at this time.
0 commit comments