From: Alfredo Deza Date: Fri, 4 Oct 2013 17:01:06 +0000 (-0400) Subject: bump the version, update the changelog X-Git-Tag: 0.0.4~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=89ba46bea1ea6744c4fd282049ca1491a55bdc76;p=remoto.git bump the version, update the changelog --- diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 05143b3..a97f15a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,6 @@ +0.0.4 +----- +* Create a way to execute functions remotely 0.0.3 ----- diff --git a/remoto/__init__.py b/remoto/__init__.py index f747d20..d456bd0 100644 --- a/remoto/__init__.py +++ b/remoto/__init__.py @@ -1,4 +1,4 @@ from .connection import Connection -__version__ = '0.0.3' +__version__ = '0.0.4'