From e7d316c530928469f90a55f549c7dba7b7edcfe4 Mon Sep 17 00:00:00 2001 From: Jon Bernard Date: Mon, 24 Oct 2011 00:11:42 -0400 Subject: Update history for version 0.4.3 release --- HISTORY.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index 64c4346..e69970c 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,11 @@ History ------- +0.4.3 ++++++ + +* Add glob style pattern support for the ignore option + 0.4.2 +++++ -- cgit v1.2.3 From 8a22c0b1514d281b83fdb55a82f328c190562efe Mon Sep 17 00:00:00 2001 From: Jon Bernard Date: Mon, 24 Oct 2011 00:12:22 -0400 Subject: Bump version number for version 0.4.3 release --- dotfiles/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/core.py b/dotfiles/core.py index f0d7db4..60bfc1e 100644 --- a/dotfiles/core.py +++ b/dotfiles/core.py @@ -12,7 +12,7 @@ import shutil import fnmatch -__version__ = '0.4.2' +__version__ = '0.4.3' __author__ = "Jon Bernard" __license__ = "GPL" -- cgit v1.2.3