Skip to content

Commit

Permalink
Merge pull request #26435 from oscarbenjamin/pr_bump_version_1.12.1
Browse files Browse the repository at this point in the history
release: bump version to 1.12.1
  • Loading branch information
oscarbenjamin committed Mar 31, 2024
2 parents a442992 + 661b2c3 commit 40e5558
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
- '1.12'
env:
release_branch: '1.12'
release_version: '1.12.1rc1'
release_version: '1.12.1'
final_release_version: '1.12.1'
previous_version: '1.12'
dev_version: '1.13-dev'
Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:
name: Update the docs repository
needs: [build, pypi-publish]
# Only run for a final release
# if: "env.release_version == env.final_release_version"
if: ${{ github.env.release_version == github.env.final_release_version }}
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down
2 changes: 1 addition & 1 deletion sympy/release.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.12.1rc1"
__version__ = "1.12.1"

0 comments on commit 40e5558

Please sign in to comment.