Skip to content

Commit

Permalink
Merge branch 'version'
Browse files Browse the repository at this point in the history
  • Loading branch information
daigotanaka committed Jul 18, 2024
2 parents 4f1caea + f19f9cf commit f59406f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
2 changes: 2 additions & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ Contributors
* @NiallRees (Niall Woodward)
* @seanglynn-thrive
* @cjohnhanson (Cody J. Hanson)
* @AlejandroUPC (Alejandro Martínez Otal)
* @gregkoutsimp (Greg Koutsimpogiorgos)
11 changes: 11 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
## History

### 0.3.9

- update "google-cloud-bigquery>=3.25.0"
- update dependencies
- "simplejson>=3.11.0"
Thank you (@gregkoutsimp)

### 0.3.8
- Constrain numpy version to (< 2) for Meltano compatibility
Thank you (@AlejandroUPC)

### 0.3.7
- Support providing credentials via env var (#26)
Thank you (@cjohnhanson)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
from setuptools import setup

VERSION = "0.3.7"
VERSION = "0.3.9"

with open("README.md", "r") as fh:
long_description = fh.read()
Expand Down

0 comments on commit f59406f

Please sign in to comment.