Skip to content

Commit 0c6a0fc

Browse files
authored
Bump Version 0.1.4 (#2202) (#2203)
1 parent 9cc0f17 commit 0c6a0fc

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

107107
Test release before v0.2
108108

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

VERSION

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

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.1.3'
11+
__version__ = '0.1.4'
1212

1313
from superduperdb.backends import ibis, mongodb
1414

0 commit comments

Comments
 (0)