Skip to content

Commit

Permalink
bump to 0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
svenrdz committed Jul 9, 2024
1 parent d19ea75 commit e4f5df1
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 3 deletions.
25 changes: 25 additions & 0 deletions esgpull/migrations/versions/0.6.5_update_tables.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
"""update tables
Revision ID: 0.6.5
Revises: 0.6.4
Create Date: 2024-07-09 16:29:09.389585
"""

# revision identifiers, used by Alembic.
revision = "0.6.5"
down_revision = "0.6.4"
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 esgpull/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.6.4"
__version__ = "0.6.5"
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "0.6.4" %}
{% set version = "0.6.5" %}

package:
name: esgpull
Expand Down
2 changes: 1 addition & 1 deletion recipe/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
context:
version: 0.6.4
version: 0.6.5

package:
name: esgpull
Expand Down

0 comments on commit e4f5df1

Please sign in to comment.