Skip to content

Commit

Permalink
edgedb-python v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
elprans committed Aug 2, 2024
1 parent 1414951 commit b3a0498
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
branches:
- "master"
- "ci"
- "[0-9]+.[0-9x]+*"
- "release\/[0-9]+(\.[0-9x]+)*"
paths:
- "edgedb/_version.py"

Expand Down
2 changes: 1 addition & 1 deletion edgedb/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@
# supported platforms, publish the packages on PyPI, merge the PR
# to the target branch, create a Git tag pointing to the commit.

__version__ = '1.6.0'
__version__ = '1.6.1'

0 comments on commit b3a0498

Please sign in to comment.