Skip to content

Commit

Permalink
Bump to 1.2.1 (#34)
Browse files Browse the repository at this point in the history
* [x] Cythonize on python3 only
      (cython tried to process external python3 code)
* [x] Fix `execute_through_host`
* [x] implement keepalive work
  • Loading branch information
penguinolog authored and dis-xcom committed May 4, 2018
1 parent 6ff0258 commit 60dad1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exec_helpers/__init__.py
Expand Up @@ -46,7 +46,7 @@
'ExecResult',
)

__version__ = '1.2.0'
__version__ = '1.2.1'
__author__ = "Alexey Stepanov"
__author_email__ = 'penguinolog@gmail.com'
__maintainers__ = {
Expand Down

0 comments on commit 60dad1a

Please sign in to comment.