Skip to content

Commit

Permalink
Bumped version to 0.67.1
Browse files Browse the repository at this point in the history
  • Loading branch information
elmotec committed Jun 29, 2015
1 parent 6f56364 commit 6974658
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 @@ -190,6 +190,9 @@ Licensed under the term of `MIT License`_. See attached file LICENSE.txt.
Changes
-------

0.67.1 (2015-06-28)
Documentation fixes.

0.67 (2015-06-23)
Added file_name argument to processing functions.
Fixed incorrect closing of sys.stdout/stderr.
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.67' # UPDATE setup.py when changing version.
__version__ = '0.67.1' # 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.67",
version="0.67.1",
author="Jérôme Lecomte",
author_email="[email protected]",
description='Edit multiple files using Python text processing modules',
Expand Down

0 comments on commit 6974658

Please sign in to comment.