Skip to content

Commit

Permalink
Prepared for v0.5 release (#95)
Browse files Browse the repository at this point in the history
- Prepared for v0.5 release
  • Loading branch information
robin-173 authored Dec 9, 2020
1 parent 7965f09 commit 99d5f4a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

## Next

## [0.5.0] - 2020-12-09

### Changed

- Changed concept of dags to tasks
- Added automated detection of task files in tasks folder
- Added option to change database destination

### Fixed

- Fixed issues with primary key DDLs

## [0.4.2] - 2020-11-11

### 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.4.2"
version = "0.5.0"
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
@@ -1,3 +1,3 @@
__version__ = "0.4.2"
__version__ = "0.5.0"

from .tasks import PythonTask

0 comments on commit 99d5f4a

Please sign in to comment.