Skip to content

Commit 7171896

Browse files
committed
Release v1.0.1
1 parent 08106ca commit 7171896

5 files changed

Lines changed: 18 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Change Log
22

3+
## [v1.0.1](https://github.com/rekcurd/rekcurd-python/tree/v1.0.1)
4+
5+
[Full Changelog](https://github.com/rekcurd/rekcurd-python/compare/v1.0.0...v1.0.1)
6+
7+
**Closed issues:**
8+
9+
- Add storage option to load model \(local / s3 / gcs / PV\) [\#30](https://github.com/rekcurd/rekcurd-python/issues/30)
10+
11+
**Merged pull requests:**
12+
13+
- Specify `long\_description\_content\_type` [\#49](https://github.com/rekcurd/rekcurd-python/pull/49) ([keigohtr](https://github.com/keigohtr))
14+
- Add GCS support [\#48](https://github.com/rekcurd/rekcurd-python/pull/48) ([keigohtr](https://github.com/keigohtr))
15+
316
## [v1.0.0](https://github.com/rekcurd/rekcurd-python/tree/v1.0.0) (2019-04-26)
417
[Full Changelog](https://github.com/rekcurd/rekcurd-python/compare/v0.4.5...v1.0.0)
518

rekcurd/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.0.1a'
1+
__version__ = '1.0.1'

rekcurd/grpc

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
fluent-logger>=0.9.3 # Apache-2.0
22
python-json-logger>=0.1.9 # BSD
3-
grpcio>=1.13.0 # Apache-2.0
4-
grpcio-tools>=1.13.0 # Apache-2.0
3+
grpcio>=1.22.0 # Apache-2.0
4+
grpcio-tools>=1.22.0 # Apache-2.0
55
PyYAML>=3.12 # MIT
66
boto>=2.49.0 # MIT
77
boto3>=1.9.38 # Apache-2.0

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ nose>=1.3.7
33
pytest
44
py>=1.4.31
55
codecov>=1.4.0
6-
grpcio-testing>=1.13.0
6+
grpcio-testing>=1.22.0

0 commit comments

Comments
 (0)