Skip to content

Commit e001cdf

Browse files
committed
Update CHANGELOG.md
1 parent ed50393 commit e001cdf

5 files changed

Lines changed: 12 additions & 4 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+
## [v0.4.3](https://github.com/rekcurd/drucker-client/tree/v0.4.3) (2018-12-26)
4+
[Full Changelog](https://github.com/rekcurd/drucker-client/compare/v0.4.2...v0.4.3)
5+
6+
**Merged pull requests:**
7+
8+
- Update README.md [\#12](https://github.com/rekcurd/drucker-client/pull/12) ([keigohtr](https://github.com/keigohtr))
9+
- Istio support [\#11](https://github.com/rekcurd/drucker-client/pull/11) ([keigohtr](https://github.com/keigohtr))
10+
311
## [v0.4.2](https://github.com/rekcurd/drucker-client/tree/v0.4.2) (2018-11-28)
412
[Full Changelog](https://github.com/rekcurd/drucker-client/compare/v0.4.1...v0.4.2)
513

drucker_client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
# limitations under the License.
1414

1515
__project__ = 'drucker_client'
16-
__version__ = "0.4.3a"
16+
__version__ = "0.4.4a"
1717

1818
from .drucker_worker_client import DruckerWorkerClient

drucker_client/grpc

Submodule grpc updated from ca2cd2b to 7fcf4b0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
from setuptools import setup
1616

17-
VERSION = "0.4.3a"
17+
VERSION = "0.4.4a"
1818
PACKAGE_NAME = "drucker_client"
1919
DEVELOPMENT_STATUS = "3 - Alpha"
2020

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
drucker==0.4.1
1+
drucker==0.4.3
22
coverage==4.5.1
33
nose==1.3.7
44
pytest

0 commit comments

Comments
 (0)