Skip to content

Commit 4d6a64a

Browse files
committed
release 9.7.0
1 parent 6dd0bf2 commit 4d6a64a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ jobs:
6262
6363
- name: Publish distribution to PyPI
6464
if: startsWith(github.ref, 'refs/tags/')
65-
uses: pypa/gh-action-pypi-publish@release/v1.13.0
65+
uses: pypa/gh-action-pypi-publish@v1.13.0

IPython/core/release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
_version_patch = 0
2121
_version_extra = ".dev"
2222
# _version_extra = "b2"
23-
# _version_extra = "" # Uncomment this for full releases
23+
_version_extra = "" # Uncomment this for full releases
2424

2525
# Construct full version string from these.
2626
_ver = [_version_major, _version_minor, _version_patch]

0 commit comments

Comments
 (0)