Skip to content

Commit a692fe3

Browse files
committed
Release v1.0.1
1 parent d272ddc commit a692fe3

5 files changed

Lines changed: 14 additions & 6 deletions

File tree

CHANGELOG.md

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

3+
## [v1.0.1](https://github.com/rekcurd/python-client/tree/v1.0.1)
4+
5+
[Full Changelog](https://github.com/rekcurd/python-client/compare/v1.0.0...v1.0.1)
6+
7+
**Merged pull requests:**
8+
9+
- Specify `long\_description\_content\_type` [\#23](https://github.com/rekcurd/python-client/pull/23) ([keigohtr](https://github.com/keigohtr))
10+
311
## [v1.0.0](https://github.com/rekcurd/python-client/tree/v1.0.0) (2019-04-26)
412
[Full Changelog](https://github.com/rekcurd/python-client/compare/v0.4.5...v1.0.0)
513

rekcurd_client/_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_client/grpc

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
grpcio>=1.13.0 # Apache-2.0
2-
grpcio-tools>=1.13.0 # Apache-2.0
1+
grpcio>=1.22.0 # Apache-2.0
2+
grpcio-tools>=1.22.0 # Apache-2.0
33
fluent-logger>=0.9.3 # Apache-2.0
44
python-json-logger>=0.1.9 # BSD

test-requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
rekcurd>=1.0.1a0
1+
rekcurd>=1.0.1
22
coverage>=4.0.3
33
nose>=1.3.7
44
pytest
55
py>=1.4.31
66
codecov>=1.4.0
7-
grpcio-testing>=1.13.0
7+
grpcio-testing>=1.22.0

0 commit comments

Comments
 (0)