From fa2a2b18aa3bf810ac05c7e94456416c0258b430 Mon Sep 17 00:00:00 2001 From: Matias Bordese Date: Sun, 6 Feb 2022 15:58:11 -0300 Subject: [PATCH] Update version for release 0.7.3 --- AUTHORS | 1 + HISTORY | 5 +++++ unidiff/__version__.py | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index 3ba4019..5b54cd5 100644 --- a/AUTHORS +++ b/AUTHORS @@ -29,3 +29,4 @@ Contributors * Ben Carlsson (`@glacials`_) * (`@huichen-cs`) * Mikhail f. Shiryaev (`@Felixoid`) + * Ronuk Raval (`@rraval`) diff --git a/HISTORY b/HISTORY index f9847a4..e9d39dc 100644 --- a/HISTORY +++ b/HISTORY @@ -1,6 +1,11 @@ History ------- +0.7.3 - 2022-02-06 +------------------ + +* Fixed RE_BINARY_DIFF regex to make it a raw string. + 0.7.2 - 2022-01-28 ------------------ diff --git a/unidiff/__version__.py b/unidiff/__version__.py index 78ef5a8..e1e30c2 100644 --- a/unidiff/__version__.py +++ b/unidiff/__version__.py @@ -21,4 +21,4 @@ # OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE # OR OTHER DEALINGS IN THE SOFTWARE. -__version__ = '0.7.2' +__version__ = '0.7.3'