Skip to content

Commit

Permalink
Post-release version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Jun 4, 2015
1 parent aa5923c commit 24a13fe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ Changes
=======


1.4.1 (unreleased)
------------------


1.4.0 (2015-06-04)
------------------

Expand Down
2 changes: 1 addition & 1 deletion findimports.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
from operator import attrgetter


__version__ = '1.4.0'
__version__ = '1.4.1.dev0'
__author__ = 'Marius Gedminas <marius@gedmin.as>'
__licence__ = 'GPL v2 or later'
__url__ = 'https://github.com/mgedmin/findimports'
Expand Down

0 comments on commit 24a13fe

Please sign in to comment.