Skip to content

Commit 0c387da

Browse files
authored
chore: release v2.3.1 (#370)
Follow-up to failed #351 release
1 parent d1bf94e commit 0c387da

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44

55
[1]: https://pypi.org/project/google-cloud-bigquery/#history
66

7+
## 2.3.1
8+
9+
11-05-2020 09:27 PST
10+
11+
### Internal / Testing Changes
12+
13+
- update `google.cloud.bigquery.__version__`
14+
715
## [2.3.0](https://www.github.com/googleapis/python-bigquery/compare/v2.2.0...v2.3.0) (2020-11-04)
816

917

google/cloud/bigquery/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "2.2.0"
15+
__version__ = "2.3.1"

0 commit comments

Comments
 (0)