Skip to content

Commit

Permalink
Updating to version 0.2.0 (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldeutsch authored Mar 26, 2021
1 parent 0f81cce commit 7e53d19
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0](https://github.com/danieldeutsch/sacrerouge/releases/tag/0.2.0) - 2021-03-26
### Added
- Added the annotations collected by [Bhandari et al., (2020)](https://www.aclweb.org/anthology/2020.emnlp-main.751/).
- Added [BLANC](https://github.com/PrimerAI/blanc)
Expand Down
4 changes: 2 additions & 2 deletions sacrerouge/version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
_MAJOR = '0'
_MINOR = '1'
_PATCH = '5'
_MINOR = '2'
_PATCH = '0'

VERSION = f'{_MAJOR}.{_MINOR}.{_PATCH}'

0 comments on commit 7e53d19

Please sign in to comment.