Skip to content

Commit 40898f7

Browse files
committed
BUMP 1.7.0
1 parent 35fa06b commit 40898f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
publish:
157157
# https://packaging.python.org/en/latest/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/#publishing-the-distribution-to-pypi
158158
needs: [collect_dist]
159-
if: github.repository_owner == 'mongodb' || github.event_name == 'workflow_dispatch'
159+
if: github.repository_owner == 'mongodb-labs' || github.event_name == 'workflow_dispatch'
160160
runs-on: ubuntu-latest
161161
environment: release
162162
permissions:

bindings/python/pymongoarrow/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "1.8.0.dev0"
15+
__version__ = "1.7.0"
1616

1717
_MIN_LIBBSON_VERSION = "1.23.1"

0 commit comments

Comments
 (0)