Skip to content

Commit

Permalink
Prepare for 0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mz committed Jan 12, 2018
1 parent 7f2106b commit 9349f42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changes
=======

0.6.5 (2018-01-xx)
0.6.5 (2018-01-12)
------------------

- Be more tolerant with in the regular expression used to filter the name of exported maps (by allowing dot, dash and parantheses for example).
Expand Down
2 changes: 1 addition & 1 deletion magrit_app/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-

__version__ = '0.6.4'
__version__ = '0.6.5'

0 comments on commit 9349f42

Please sign in to comment.