File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,17 +31,6 @@ after_success:
3131- git fetch origin
3232
3333deploy :
34- - provider : pypi
35- skip_cleanup : true
36- distributions : sdist
37- user : trustpilot
38- password :
39- secure : " MbUU6tDIX1EGCJFRb3BPULM7WoH5CtHJkFf8+nWQB43EW2Wae55x/u2JWiCZ4H8ifjwxMKEGnl0vJkRXjc6tKw03KJJwJRrLxI1PYh8wLws4m4LvmCys2fVIAAn65UI56azWheywkGdmGmOcUnrnCxqNtg2FmbmLXbizJ0NQyPWVKn2kEiTX3+opXPu7+Q4EUnpyiVXzznysYtVZKKUgr2tQTzs2Zjz6UV2FpEp5wbGLJuHMPpAEq3VxAn0kRkbD0/NMR71cFX1twXhSQxXXUk4LM1TF4gU53J3t+CWJ5BGk+R8yBmL1G6yrFMF1jxQxXZuXBiNr7+VD14SaYD1cM6P/uwm0KwwWA7TxZZcKvPA4p0uTgNLetG8r6EbomNq+2WoEtPeLow1CHxVKB/36+iPLw8nm8WjAu/sHhKEzxbfZDN/T86vG59a6ZgOgRpFk35YanvSbFFMY4hrkUzcXxi3pEwZGdtRIPrBXJNp6kKGxIFaQ4PY5S5nBD5cLWYvMnoHDSCouieVb9XjCwoXuyQKbTqenZgZope6uQOYAxGhvVnlqEM25nUo+agMwJC79zgGKaHWteOB7pUnqjlj7AHgVCu+077AbsIwcsyDIchpzWuLcAGqPlv6jlAYortk/ibX6PH3jNpQM6xcBHHHtksWD6nRJ3AN2edore9VqNuQ="
40- on :
41- tags : false
42- branch : master
43- repo : trustpilot/python-trustpilot
44- condition : $TRAVIS_PYTHON_VERSION = "3.5"
4534 - provider : releases
4635 skip_cleanup : true
4736 api-key :
Original file line number Diff line number Diff line change @@ -115,3 +115,8 @@ DELETED DO NOT USE!!
115115------------------
116116
117117* Added support for 'API Version' parameter for Client initialisation.
118+
119+ 6.0.4 (2019-08-15)
120+ ------------------
121+
122+ * Remove auto-deploy to travis
Original file line number Diff line number Diff line change 22
33__author__ = """sloev"""
44__email__ = 'jgv@trustpilot.com'
5- __version__ = '6.0.3 '
5+ __version__ = '6.0.4 '
You can’t perform that action at this time.
0 commit comments