Skip to content

Commit 9d7b0cb

Browse files
committed
Pin mock to 1.0.1 and bump setup.py version
1 parent 0f5a1df commit 9d7b0cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements_dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
nose
22
rednose
3-
mock
3+
mock==1.0.1
44
coverage
55
nose-exclude
66
tox

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import find_packages
22
from setuptools import setup
33

4-
VERSION = '1.3.0'
4+
VERSION = '1.4.0'
55

66
setup_args = dict(
77
name='BigQuery-Python',

0 commit comments

Comments
 (0)