diff options
author | Jon Bernard <jbernard@tuxion.com> | 2011-10-24 00:13:24 -0400 |
---|---|---|
committer | Jon Bernard <jbernard@tuxion.com> | 2011-10-24 00:13:24 -0400 |
commit | 203578fcb7fdac1ba7e4059f68e2c837f7ba8b98 (patch) | |
tree | 0e330ff267d8cbbc6c3d4bc6f0f3819588516e2a | |
parent | 5bc069bb6c072f11b31072d1e4ec705ac3a3b272 (diff) | |
parent | 8a22c0b1514d281b83fdb55a82f328c190562efe (diff) | |
download | dotfiles-203578fcb7fdac1ba7e4059f68e2c837f7ba8b98.tar.gz dotfiles-203578fcb7fdac1ba7e4059f68e2c837f7ba8b98.tar.bz2 dotfiles-203578fcb7fdac1ba7e4059f68e2c837f7ba8b98.zip |
Merge branch 'release/0.4.3' into develop
-rw-r--r-- | HISTORY.rst | 5 | ||||
-rw-r--r-- | dotfiles/core.py | 2 |
2 files changed, 6 insertions, 1 deletions
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 +++++ 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" |