Skip to content

Commit

Permalink
Merge pull request dyvenia#706 from dyvenia/dev
Browse files Browse the repository at this point in the history
Release 0.4.17 PR
  • Loading branch information
Rafalz13 authored Jun 15, 2023
2 parents 77ef39a + df6915b commit 434bb89
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

## [0.4.17] - 2023-06-15
### Fixed
- Fixed issue with `tzlocal` for O365 package


## [0.4.16] - 2023-06-15
### Added
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@ PyMySQL==1.0.2
paramiko==2.11.0
sshtunnel==0.4.0
databricks-connect==10.4.0b0
tzlocal==4.3
O365==2.0.18.1
aiohttp==3.8.1
aiolimiter==1.0.0
protobuf>=3.19.0, <3.20
avro-python3==1.10.2
avro-python3==1.10.2
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.16"
assert __version__ == "0.4.17"
2 changes: 1 addition & 1 deletion viadot/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.4.16"
__version__ = "0.4.17"

0 comments on commit 434bb89

Please sign in to comment.