Skip to content

Commit

Permalink
Merge pull request #510 from dyvenia/dev
Browse files Browse the repository at this point in the history
Release 0.4.8 PR
  • Loading branch information
Rafalz13 authored Sep 6, 2022
2 parents 520bb67 + a647ffb commit 361e998
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.8] - 2022-09-06
### Added
- Added `protobuf` library to requirements
## [0.4.7] - 2022-09-06
### Added
- Added new flow - `SQLServerTransform` and new task `SQLServerQuery` to run queries on SQLServer
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,4 @@ databricks-connect==10.4.0b0
O365==2.0.18.1
aiohttp==3.8.1
aiolimiter==1.0.0
protobuf>=3.19.0, <3.20
2 changes: 1 addition & 1 deletion tests/test_viadot.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def test_version():
assert __version__ == "0.4.7"
assert __version__ == "0.4.8"
2 changes: 1 addition & 1 deletion viadot/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.4.7"
__version__ = "0.4.8"

0 comments on commit 361e998

Please sign in to comment.