Bump version

This commit is contained in:
Konsta Vesterinen
2014-10-07 14:05:11 +03:00
parent 20e4ae2a78
commit 242844a513
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ Changelog
Here you can see the full list of changes between each SQLAlchemy-Utils release. Here you can see the full list of changes between each SQLAlchemy-Utils release.
0.26.17 (2014-10-xx) 0.26.17 (2014-10-07)
^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^
- Added explain and explain_analyze expressions - Added explain and explain_analyze expressions

View File

@@ -76,7 +76,7 @@ from .types import (
from .models import Timestamp from .models import Timestamp
__version__ = '0.26.16' __version__ = '0.26.17'
__all__ = ( __all__ = (