Skip to content

Commit

Permalink
Release 0.5.4 (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
iadrich authored Jan 11, 2021
1 parent d50d154 commit 7711e81
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## [0.5.4] - 2021-01-11

### Fixed

- Duplication of data in sample project

## [0.5.3] - 2021-01-05

### Fixed
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.5.3"
version = "0.5.4"
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.5.3"
__version__ = "0.5.4"

from .tasks import PythonTask

0 comments on commit 7711e81

Please sign in to comment.