Skip to content

Commit

Permalink
Start new version 2.1 (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
ismailsimsek authored Oct 12, 2023
1 parent f3d5545 commit fc7ab59
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11" ]
python-version: [ "3.8", "3.9", "3.10", "3.11" ]

steps:
- uses: actions/checkout@v4
Expand Down
5 changes: 4 additions & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
'pyliquibase = pyliquibase:main',
],
},
version='2.0.13',
version='2.1.0',
packages=find_packages(),
author="Memiiso Organization",
description='Python liquibase',
Expand All @@ -25,5 +25,5 @@
license="Apache License 2.0",
test_suite='tests',
install_requires=["pyjnius==1.5.0"],
python_requires='>=3.7',
python_requires='>=3.8',
)

0 comments on commit fc7ab59

Please sign in to comment.