Skip to content

Commit

Permalink
[RELEASE]: v0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jarulraj committed Apr 5, 2023
1 parent cbc4711 commit 7b30917
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,4 @@ jobs:
command: |
pip install --upgrade pip
pip install evadb
### bash script/test/package.sh
bash script/test/package.sh
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### [Deprecated]
### [Removed]

## [0.1.6] - 2023-04-05
### [Added]

### [Changed]

* PR #636: fix: Timeout Error #636
* PR #635: fix: updates to restore build
* PR #634: fix: Pandas deprecated append call
* PR #632: fix: Minor code refactor

## [0.1.5] - 2023-04-03
### [Added]

Expand Down
2 changes: 1 addition & 1 deletion eva/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

_MAJOR = "0"
_MINOR = "1"
_REVISION = "6+dev"
_REVISION = "6"

VERSION_SHORT = f"{_MAJOR}.{_MINOR}"
VERSION = f"{_MAJOR}.{_MINOR}.{_REVISION}"

0 comments on commit 7b30917

Please sign in to comment.