File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1313# limitations under the License.
1414
1515__project__ = 'drucker_client'
16- __version__ = "0.4.3a "
16+ __version__ = "0.4.4a "
1717
1818from .drucker_worker_client import DruckerWorkerClient
Original file line number Diff line number Diff line change 1414
1515from setuptools import setup
1616
17- VERSION = "0.4.3a "
17+ VERSION = "0.4.4a "
1818PACKAGE_NAME = "drucker_client"
1919DEVELOPMENT_STATUS = "3 - Alpha"
2020
Original file line number Diff line number Diff line change 1- drucker==0.4.1
1+ drucker==0.4.3
22coverage==4.5.1
33nose==1.3.7
44pytest
You can’t perform that action at this time.
0 commit comments