Skip to content

Commit

Permalink
bumped version number to 0.66
Browse files Browse the repository at this point in the history
  • Loading branch information
elmotec committed Jul 14, 2013
1 parent 6b899ac commit c8ca568
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,9 @@ Licensed under the term of `MIT License`_. See attached file LICENSE.txt.
Changes
-------

0.66 (2013-07-14)
Fixed lost executable bit with -f option (thanks myint).

0.65 (2013-07-12)
Added -f option to execute code in a separate file/module. Added Travis continuous integration (thanks myint). Fixed python 2.7 support (thanks myint).

Expand Down
2 changes: 1 addition & 1 deletion massedit.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
from __future__ import unicode_literals


__version__ = '0.65' # UPDATE setup.py when changing version.
__version__ = '0.66' # UPDATE setup.py when changing version.
__author__ = 'Jérôme Lecomte'
__license__ = 'MIT'

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name="massedit",
version="0.65",
version="0.66",
author="Jérôme Lecomte",
author_email="[email protected]",
description='Edit multiple files using Python text processing modules',
Expand Down

0 comments on commit c8ca568

Please sign in to comment.