Skip to content

Commit

Permalink
Release version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jankatins committed Jul 2, 2020
1 parent d5c4882 commit ea829a5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions CHANGELOG.md
@@ -1,13 +1,14 @@
# Changelog

## 1.0.0 (unreleased)
## 1.0.0 (2020-07-02)
- Fail if no data rows are received (closes: #4)
- Catch more (connection, authentication,...) problems during loading of data and
retry in that case (closes: #2, #4)

## 0.2.0 (2020-06-17)

- replace data_integration with mara_pipelines 3.0.0
- Fix problem with interpreting float numbers which had both `,` and `.` in it. If your
spreadsheet is e.g. German, you need to set the thousand separator in your column spec:
'...f(thousands_separator=.)...' (thanks to @hz-lschick for the bugreport)
- Fix service account mara integration (#6)
- Replace data_integration with mara_pipelines 3.0.0 (#8)

## 0.1.0 (2020-03-25)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -10,7 +10,7 @@ def get_long_description():

setup(
name='mara-google-sheet-downloader',
version='0.2.0',
version='1.0.0',

description='Opinionated lightweight ETL pipeline framework',

Expand Down

0 comments on commit ea829a5

Please sign in to comment.