Skip to content

Commit e8bede0

Browse files
author
Yue Tu
committed
pull master
2 parents c6daa5d + 91e658c commit e8bede0

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## v1.28.1 (2019-06-17)
4+
5+
### Bug fixes and other changes
6+
7+
* Update setup.py
8+
9+
## v1.28.0 (2019-06-17)
10+
11+
### Features
12+
13+
* Add DataProcessing Fields for Batch Transform
14+
315
## v1.27.0 (2019-06-11)
416

517
### Features

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.27.1.dev0
1+
1.28.2.dev0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def read_version():
2828

2929

3030
# Declare minimal set for installation
31-
required_packages = ['boto3>=1.9.64', 'numpy>=1.9.0', 'protobuf>=3.1', 'scipy>=0.19.0',
31+
required_packages = ['boto3>=1.9.169', 'numpy>=1.9.0', 'protobuf>=3.1', 'scipy>=0.19.0',
3232
'urllib3>=1.21, <1.25', 'protobuf3-to-dict>=0.1.5', 'docker-compose>=1.23.0',
3333
'requests>=2.20.0, <2.21']
3434

0 commit comments

Comments
 (0)