Skip to content

Commit

Permalink
Release 1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
secwall committed Jul 6, 2024
1 parent f9ee9e6 commit 30f5dd5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ Complete manual is [here](doc/tutorial.md).

## Release history

* 1.0.9 (2024-07-06)
* Add an option to show only unapplied migrations in info
* 1.0.8 (2024-03-08)
* Allow reordering setting schema version and afterEach callback
* 1.0.7 (2022-02-02)
Expand Down
7 changes: 6 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,15 @@
if sys.version_info < (3, 0):
REQUIREMENTS.append('future >= 0.17.1')

with open('README.md', encoding='utf-8') as readme:
long_description = readme.read()

setup(
name='yandex-pgmigrate',
version='1.0.8',
version='1.0.9',
description='PostgreSQL migrations made easy',
long_description=long_description,
long_description_content_type='text/markdown',
license='PostgreSQL License',
url='https://github.com/yandex/pgmigrate/',
author='Yandex LLC',
Expand Down

0 comments on commit 30f5dd5

Please sign in to comment.