Skip to content

Commit

Permalink
Version 0.2.6 released!
Browse files Browse the repository at this point in the history
  • Loading branch information
Lavedonio committed Dec 17, 2020
1 parent 4db23da commit 9a68afc
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This Python library is an open source way to standardize and simplify connection
- [Version logs](#version-logs)

# Current release
**Version 0.2.5 (beta)**
**Version 0.2.6 (beta)**

# Prerequisites
1. Have a [Python 3.6 version or superior](https://www.python.org/downloads/) installed;
Expand Down Expand Up @@ -241,7 +241,8 @@ Check the documentation by clicking in each topic.
See what changed in every version.

- Beta releases
- [Version 0.2.5](https://github.com/Lavedonio/instackup/blob/master/version_logs/v0.2.5-beta-current_release.md#version-025-beta) (current release)
- [Version 0.2.6](https://github.com/Lavedonio/instackup/blob/master/version_logs/v0.2.6-beta-current_release.md#version-026-beta) (current release)
- [Version 0.2.5](https://github.com/Lavedonio/instackup/blob/master/version_logs/v0.2.5-beta.md#version-025-beta)
- [Version 0.2.4](https://github.com/Lavedonio/instackup/blob/master/version_logs/v0.2.4-beta.md#version-024-beta)
- [Version 0.2.3](https://github.com/Lavedonio/instackup/blob/master/version_logs/v0.2.3-beta.md#version-023-beta)
- [Version 0.2.2](https://github.com/Lavedonio/instackup/blob/master/version_logs/v0.2.2-beta.md#version-022-beta)
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

setuptools.setup(
name="instackup",
version="0.2.5",
version="0.2.6",
author="Daniel Lavedonio de Lima",
author_email="[email protected]",
description="A package to ease interaction with cloud services, DB connections and commonly used functionalities in data analytics.",
Expand All @@ -34,7 +34,7 @@
'google-cloud-bigquery>=1.26.0',
'google-cloud-bigquery-datatransfer>=1.1.0',
'google-cloud-storage>=1.18.0',
'grpcio==1.32.0',
'grpcio==1.34.0',
'gcsfs==0.7.1',
'gspread==3.6.0',
'mysql-connector-python>=8.0.21',
Expand Down
File renamed without changes.
5 changes: 5 additions & 0 deletions version_logs/v0.2.6-beta-current_release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Version 0.2.6 (beta)

## Bug fixes:
- Fixed bug in BigQueryTool.upload_from_gcs and BigQueryTool.upload_from_file methods where _ignore_unknown_values_ and _max_bad_records_ parameters weren't passed to the Job
- Updated dependencies

0 comments on commit 9a68afc

Please sign in to comment.