File tree Expand file tree Collapse file tree 4 files changed +7
-14
lines changed Expand file tree Collapse file tree 4 files changed +7
-14
lines changed Original file line number Diff line number Diff line change 1- __version__ = "0.2.7 "
1+ __version__ = "0.2.8 "
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " pypgstac"
3- version = " 0.2.7 "
3+ version = " 0.2.8 "
44description = " "
55authors = [
" David Bitner <[email protected] >" ]
66keywords = [" stac" , " asyncpg" ]
77readme = " README"
88homepage = " https://github.com/stac-utils/pgstac"
99repository = " https://github.com/stac-utils/pgstac"
1010exclude = [" pypgstac/migrations/*.sql" ]
11- include = [" pypgstac/migrations/pgstac*0.2.7 .sql" ]
11+ include = [" pypgstac/migrations/pgstac*0.2.8 .sql" ]
1212
1313[tool .poetry .dependencies ]
1414python = " ^3.8"
Original file line number Diff line number Diff line change 66
77package_data = \
88{'' : ['*' ],
9- 'pypgstac' : ['migrations/pgstac.0.2.4-0.2.7.sql' ,
10- 'migrations/pgstac.0.2.4-0.2.7.sql' ,
11- 'migrations/pgstac.0.2.4-0.2.7.sql' ,
12- 'migrations/pgstac.0.2.5-0.2.7.sql' ,
13- 'migrations/pgstac.0.2.5-0.2.7.sql' ,
14- 'migrations/pgstac.0.2.5-0.2.7.sql' ,
15- 'migrations/pgstac.0.2.7.sql' ,
16- 'migrations/pgstac.0.2.7.sql' ,
17- 'migrations/pgstac.0.2.7.sql' ]}
9+ 'pypgstac' : ['migrations/pgstac.0.2.5-0.2.8.sql' ,
10+ 'migrations/pgstac.0.2.8.sql' ]}
1811
1912install_requires = \
2013['asyncio>=3.4.3,<4.0.0' ,
2821
2922setup_kwargs = {
3023 'name' : 'pypgstac' ,
31- 'version' : '0.2.7 ' ,
24+ 'version' : '0.2.8 ' ,
3225 'description' : '' ,
3326 'long_description' : 'Python tools for working with PGStac\n ' ,
3427 'author' : 'David Bitner' ,
Original file line number Diff line number Diff line change 11SET SEARCH_PATH TO pgstac, public;
22
3- INSERT INTO migrations (version) VALUES (' 0.2.7 ' );
3+ INSERT INTO migrations (version) VALUES (' 0.2.8 ' );
You can’t perform that action at this time.
0 commit comments