Skip to content

Commit

Permalink
add forgotten version bump in pyproject 2.2.2 -> 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwojcik committed Jun 7, 2024
1 parent 1564761 commit 41ea942
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/publish_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/[email protected]
- name: Fetch All Tags
run: git fetch --tags
- name: Echo Git Tag
run: |
echo "Git tag: $(git describe --tags)"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "djoser"
version = "2.2.2"
version = "2.2.3"
description = "REST implementation of Django authentication system."
authors = [
"Sunscrapers <[email protected]>",
Expand Down

0 comments on commit 41ea942

Please sign in to comment.