Skip to content

Commit

Permalink
bumped versions for 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
olt committed Apr 10, 2013
1 parent afc7af7 commit c4c39d1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
Changelog
~~~~~~~~~

0.2.0 (2013-04-10)
* improve handling of binary data in write_bytes
* fixed path.isdir on windows
* add path.ensure_dir

0.2.0a3 (2009-11-16)
* new command.cmd function for scripts with only one command
* added command.autocmds as a replacement for run
Expand Down
2 changes: 1 addition & 1 deletion scriptine/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from scriptine._path import path
from scriptine.command import run, cmd

__version__ = '0.2.0a3'
__version__ = '0.2.0'

__all__ = ['path', 'run', 'cmd', 'autocmds']

0 comments on commit c4c39d1

Please sign in to comment.