From 0becc1e69c69b4fef494f8680791a261997ad059 Mon Sep 17 00:00:00 2001 From: Luke Hsiao Date: Tue, 28 Apr 2020 18:13:21 -0700 Subject: [PATCH] Merge pull request #410 from HazyResearch/0.8.2 Release v0.8.2 --- CHANGELOG.rst | 6 +++++- src/fonduer/_version.py | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 39809ac73..95fd89bfd 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,9 @@ Unreleased_ ----------- +0.8.2_ - 2020-04-28 +------------------- + Deprecated ^^^^^^^^^^ @@ -1110,7 +1113,8 @@ Added ^^^^^ * `@lukehsiao`_: Deploy Fonduer to PyPi using Travis-CI -.. _Unreleased: https://github.com/hazyresearch/fonduer/compare/v0.8.1...master +.. _Unreleased: https://github.com/hazyresearch/fonduer/compare/v0.8.2...master +.. _0.8.2: https://github.com/hazyresearch/fonduer/compare/v0.8.1...v0.8.2 .. _0.8.1: https://github.com/hazyresearch/fonduer/compare/v0.8.0...v0.8.1 .. _0.8.0: https://github.com/hazyresearch/fonduer/compare/v0.7.1...v0.8.0 .. _0.7.1: https://github.com/hazyresearch/fonduer/compare/v0.7.0...v0.7.1 diff --git a/src/fonduer/_version.py b/src/fonduer/_version.py index 213244534..deded3247 100644 --- a/src/fonduer/_version.py +++ b/src/fonduer/_version.py @@ -1 +1 @@ -__version__ = "0.8.2+dev" +__version__ = "0.8.2"