From 89ba46bea1ea6744c4fd282049ca1491a55bdc76 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Fri, 4 Oct 2013 13:01:06 -0400 Subject: [PATCH] bump the version, update the changelog --- CHANGELOG.rst | 3 +++ remoto/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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' -- 2.47.3