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