Skip to content

Commit

Permalink
Bump to v2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mbourqui committed Jun 3, 2018
1 parent c21e860 commit 89bff3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion echoices/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@

__license__ = 'GNU GPLv3 <https://www.gnu.org/licenses/gpl-3.0.html>'
__author__ = 'Marc Bourqui <[email protected]>'
__version__ = '2.5.1'
__version__ = '2.6.0'
__version_info__ = tuple([int(num) if num.isdigit() else num for num in __version__.replace('-', '.', 1).split('.')])
__status__ = 'Stable'

0 comments on commit 89bff3b

Please sign in to comment.