summaryrefslogtreecommitdiff
path: root/alembic/__init__.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2014-04-01 13:12:51 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2014-04-01 13:12:51 -0400
commita9fa7d9651df412a405b848f1bb5848fde5200f1 (patch)
treecc053a143f60b385b5c47cf50b8a2a7b53e3d80b /alembic/__init__.py
parente5a066c7caf9256e006121d87e859b8ca51f7769 (diff)
downloadalembic-a9fa7d9651df412a405b848f1bb5848fde5200f1.tar.gz
Fixed another bug regarding naming conventions, continuing
from :ticket:`183`, where add_index() drop_index() directives would not correctly render the ``f()`` construct when the index contained a convention-driven name. fixes #194 re: #183
Diffstat (limited to 'alembic/__init__.py')
-rw-r--r--alembic/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alembic/__init__.py b/alembic/__init__.py
index 540aed6..6680966 100644
--- a/alembic/__init__.py
+++ b/alembic/__init__.py
@@ -1,6 +1,6 @@
from os import path
-__version__ = '0.6.4'
+__version__ = '0.6.5'
package_dir = path.abspath(path.dirname(__file__))