Skip to content

Commit

Permalink
Prepare release 0.6.9 (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
iadrich authored Apr 5, 2023
1 parent 8abdb84 commit 0105a11
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## [0.6.9] - 2023-04-05

### Fixed

- Colon (:) in SQL is not interpreted as bind parameters
- Update Redshift dependencies
- Fixes to Redshift load_data when using an S3 bucket

## [0.6.8] - 2023-04-03

### Changed
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sayn"
version = "0.6.8"
version = "0.6.9"
description = "Data-modelling and processing framework for automating Python and SQL tasks"
authors = ["Robin Watteaux <[email protected]>", "Adrian Macias <[email protected]>"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion sayn/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# except:
# pass

__version__ = "0.6.8"
__version__ = "0.6.9"


from .tasks.python import PythonTask, task

0 comments on commit 0105a11

Please sign in to comment.