Skip to content

Commit

Permalink
bump 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
svenrdz committed Sep 17, 2024
1 parent e64d623 commit 625ea8d
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions esgpull/migrations/versions/0.7.2_update_tables.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
"""update tables
Revision ID: 0.7.2
Revises: 0.7.1
Create Date: 2024-09-17 15:04:11.203421
"""
from alembic import op
import sqlalchemy as sa


# revision identifiers, used by Alembic.
revision = '0.7.2'
down_revision = '0.7.1'
branch_labels = None
depends_on = None


def upgrade() -> None:
# ### commands auto generated by Alembic - please adjust! ###
pass
# ### end Alembic commands ###


def downgrade() -> None:
# ### commands auto generated by Alembic - please adjust! ###
pass
# ### end Alembic commands ###
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "esgpull"
version = "0.7.1"
version = "0.7.2"
classifiers = [
"License :: OSI Approved :: BSD License",
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit 625ea8d

Please sign in to comment.