From e7b75604771f4a7614208abd661ed69476ef9620 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Sun, 21 Aug 2022 21:54:13 -0700 Subject: [PATCH] Bump version for release. --- NEWS | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 54efe6a28..96902f51f 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -1.7.0.dev0 +1.7.0 * #463: Add "before_actions" and "after_actions" command hooks that run before/after all the actions for each repository. These new hooks are a good place to run per-repository steps like mounting/unmounting a remote filesystem. diff --git a/setup.py b/setup.py index 20d101ac7..14a545f05 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import find_packages, setup -VERSION = '1.7.0.dev0' +VERSION = '1.7.0' setup(