Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
constverum committed Sep 17, 2017
1 parent a902bb7 commit f9d18c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ deploy:
user: constverum
password:
secure: HvvKX8puxOp7JCqbMWGk1GBpOWuN9ctCqYINQ6jUey6a2hNX+6gUlZSbCzHfKckPdN1SVPn6sskPNH1EgCGS1/nU109tDa7cxSxJC2fhP1g4vhwfas1c9huCqauG1I8vtLv/OVTz+2duxKeq3B0EblQ6vM/0z7b8drkCxZIG8my8oMJ94cNzyXGf0V8uvavgvRLB64TAReYAugePH/W9ZgdxRqHqbM+bp7EeMXckuMS1lM1d2Y44D4+E2OkNW0i10mlmf467MhIjmDA8nwjDNEexWfMcTxiOthSe4eZ+QcuNEdpfaLTxgssFa8sX6ExW8nC3e/EQlaIZrVmx/RlxQOFDrHPXCw5dR+KtDSyeLODWRnXJqgCOZ7HX8KA0DnC6+ejTlIyAiC/I1ZbjzTvv1lpVQ4sOYbvzGb/7i+LrAkhyjQy3yvS+mhSatf+dS2oWVhgS05fXeIRtea1r++af0BAzOolqAyN2Uyx1QVFTliECwPUsr2fvE/ZOfoLrMSrYMTI1inel2qN/56NCBEz/O60wnjFtXkBqPeP+J0eXMEcwOdQZ3q3fQTUNr5Vv9VlwLj5WgqjB8yQHAaoraSCvaXVmIkpLc5vTY0VjCWyctAN/AlqqhVl9kmWO1zqi3aXMwjNMLUT8zY30256TX4fMhLH5y0wtfYjI97CUcg0lkdQ=
server: https://testpypi.python.org/pypi
distributions: sdist bdist_wheel
on:
tags: true
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Change Log
==========


`0.2.0-dev`_ (Unreleased)
`0.2.0`_ (2017-09-17)
---------------------

* Added CLI interface
Expand Down Expand Up @@ -113,4 +113,4 @@ Change Log
.. _0.1.2: https://github.com/constverum/ProxyBroker/compare/v0.1...v0.1.2
.. _0.1.3: https://github.com/constverum/ProxyBroker/compare/v0.1.2...v0.1.3
.. _0.1.4: https://github.com/constverum/ProxyBroker/compare/v0.1.3...v0.1.4
.. _0.2.0-dev: https://github.com/constverum/ProxyBroker/compare/v0.1.4...HEAD
.. _0.2.0: https://github.com/constverum/ProxyBroker/compare/v0.1.4...HEAD
2 changes: 1 addition & 1 deletion proxybroker/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

__title__ = 'ProxyBroker'
__package__ = 'proxybroker'
__version__ = '0.2.0b3'
__version__ = '0.2.0'
__short_description__ = '[Finder/Checker/Server] Finds public proxies from multiple sources and concurrently checks them. Supports HTTP(S) and SOCKS4/5.'
__author__ = 'Constverum'
__author_email__ = '[email protected]'
Expand Down

0 comments on commit f9d18c0

Please sign in to comment.