Bump version: 1.3.1 → 1.3.2
This commit is contained in:
parent
439e14f421
commit
8dede2b757
@ -1,5 +1,5 @@
|
||||
[bumpversion]
|
||||
current_version = 1.3.1
|
||||
current_version = 1.3.2
|
||||
tag_name = {new_version}
|
||||
commit = True
|
||||
tag = True
|
||||
|
||||
@ -11,7 +11,7 @@ warnings.filterwarnings(
|
||||
'ignore', 'Skipping unsupported ALTER for creation of implicit constraint')
|
||||
|
||||
__all__ = ['Database', 'Table', 'freeze', 'connect']
|
||||
__version__ = '1.3.1'
|
||||
__version__ = '1.3.2'
|
||||
|
||||
|
||||
def connect(url=None, schema=None, reflect_metadata=True, engine_kwargs=None,
|
||||
|
||||
4
setup.py
4
setup.py
@ -5,7 +5,7 @@ with open('README.md') as f:
|
||||
|
||||
setup(
|
||||
name='dataset',
|
||||
version='1.3.1',
|
||||
version='1.3.2',
|
||||
description="Toolkit for Python-based database access.",
|
||||
long_description=long_description,
|
||||
long_description_content_type='text/markdown',
|
||||
@ -29,7 +29,7 @@ setup(
|
||||
include_package_data=False,
|
||||
zip_safe=False,
|
||||
install_requires=[
|
||||
'sqlalchemy >= 1.3.1',
|
||||
'sqlalchemy >= 1.3.2',
|
||||
'alembic >= 0.6.2'
|
||||
],
|
||||
extras_require={
|
||||
|
||||
Loading…
Reference in New Issue
Block a user