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 Apr 10, 2013
1 parent 6a409f9 commit 8c4c399
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGES.rst
Expand Up @@ -2,8 +2,14 @@ Changes
=======


1.3.1 (unreleased)
------------------

- No changes yet.


1.3.0 (2013-04-10)
-------------------
------------------

- Moved to Github.

Expand Down
2 changes: 1 addition & 1 deletion findimports.py
Expand Up @@ -76,7 +76,7 @@
from compiler.visitor import ASTVisitor


__version__ = '1.3.0'
__version__ = '1.3.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 8c4c399

Please sign in to comment.