diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-06-13 15:49:27 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-06-13 15:49:27 -0400 |
| commit | 7378611832a8b58ce040dab3ee0739209c4c8854 (patch) | |
| tree | 15d7ef3d60c5133a8b2089e4fc7cbbad49a07f08 /lib/sqlalchemy/__init__.py | |
| parent | 27781263d93e4e35c8c39ed163fa827506cfb193 (diff) | |
| download | sqlalchemy-7378611832a8b58ce040dab3ee0739209c4c8854.tar.gz | |
- added documentation for Inspector [ticket:1820]
- fixed "toplevel" regexp to include tokens of the form foo-bar-toplevel (i.e. multiple dashes)
- some CSS adjustment so that all API headings are in gray.
Diffstat (limited to 'lib/sqlalchemy/__init__.py')
| -rw-r--r-- | lib/sqlalchemy/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/__init__.py b/lib/sqlalchemy/__init__.py index 4855602f3..df041574b 100644 --- a/lib/sqlalchemy/__init__.py +++ b/lib/sqlalchemy/__init__.py @@ -114,6 +114,6 @@ from sqlalchemy.engine import create_engine, engine_from_config __all__ = sorted(name for name, obj in locals().items() if not (name.startswith('_') or inspect.ismodule(obj))) -__version__ = '0.6.1' +__version__ = '0.6.2' del inspect, sys |
