summaryrefslogtreecommitdiff
path: root/alembic/__init__.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2012-07-28 06:29:26 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2012-07-28 06:29:26 -0400
commit8a282878eb15b5d56c63e056d63f67057c07414c (patch)
tree50af74e21ed45cb009f7b1c54678a2eb0a1fac38 /alembic/__init__.py
parente78e12418f8b251edfcbb864544d89ab226a8294 (diff)
downloadalembic-8a282878eb15b5d56c63e056d63f67057c07414c.tar.gz
- [feature] Added --sql argument to the "revision" command,
for the use case where the "revision_environment" config option is being used but SQL access isn't desired.
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 e761d54..38e8107 100644
--- a/alembic/__init__.py
+++ b/alembic/__init__.py
@@ -1,6 +1,6 @@
from os import path
-__version__ = '0.3.5'
+__version__ = '0.3.6'
package_dir = path.abspath(path.dirname(__file__))