From 3fd79451a78f33ca17918d242f6aa601a69a3ea4 Mon Sep 17 00:00:00 2001 From: Daniel Deutsch Date: Tue, 5 Apr 2022 14:16:25 -0400 Subject: [PATCH] Updating to version 0.2.4 (#130) --- CHANGELOG.md | 2 ++ sacrerouge/version.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 198221c..a0d5729 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## Unreleased + +## [v0.2.4](https://github.com/danieldeutsch/sacrerouge/releases/tag/0.2.4) - 2022-04-05 ### Added - Added saving the Fabbri data with the original reference summaries and documents - Adding some annotations from MultiLing 2019 diff --git a/sacrerouge/version.py b/sacrerouge/version.py index 932e399..5beec49 100644 --- a/sacrerouge/version.py +++ b/sacrerouge/version.py @@ -1,5 +1,5 @@ _MAJOR = '0' _MINOR = '2' -_PATCH = '3' +_PATCH = '4' VERSION = f'{_MAJOR}.{_MINOR}.{_PATCH}'