Skip to content

Commit

Permalink
Changing version to 0.1.3 (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldeutsch authored Jan 23, 2022
1 parent 167f68d commit cb0b77f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion 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.1.3](https://github.com/danieldeutsch/repro/releases/tag/v0.1.3) - 2022-01-22
### Added
- Added [CLIPScore](models/hessel2021/Readme.md)
- Added a [QA SRL Parser](models/fitzgerald2018/Readme.md)
Expand All @@ -18,7 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fixed an error in [Lite3Pyramid](models/zhang2021/Readme.md) by updating to a newer version of the code.

## [v0.1.2](https://github.com/danieldeutsch/repro/releases/tag/v0.1.1) - 2021-10-07
## [v0.1.2](https://github.com/danieldeutsch/repro/releases/tag/v0.1.2) - 2021-10-07
### Changed
- Changed backend of Lite3Pyramid to use our own fork of the official repo with some modifications.

Expand Down
2 changes: 1 addition & 1 deletion repro/version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
_MAJOR = "0"
_MINOR = "1"
_PATCH = "2"
_PATCH = "3"

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

0 comments on commit cb0b77f

Please sign in to comment.