From a3e281286b13da9c68c6f4f6db49b9609a3a4400 Mon Sep 17 00:00:00 2001 From: Luke Hsiao Date: Tue, 22 Jun 2021 17:23:20 -0700 Subject: [PATCH] chore: bump version to v0.9.0 --- CHANGELOG.rst | 6 +++++- src/fonduer/_version.py | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a9427f027..33fccc7da 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,9 @@ Unreleased_ ----------- +0.9.0_ - 2021-06-22 +------------------- + Added ^^^^^ * `@HiromuHota`_: Support spaCy v2.3. @@ -1254,7 +1257,8 @@ Added ^^^^^ * `@lukehsiao`_: Deploy Fonduer to PyPi using Travis-CI -.. _Unreleased: https://github.com/hazyresearch/fonduer/compare/v0.8.3...master +.. _Unreleased: https://github.com/hazyresearch/fonduer/compare/v0.9.0...master +.. _0.9.0: https://github.com/hazyresearch/fonduer/compare/v0.8.3...v0.9.0 .. _0.8.3: https://github.com/hazyresearch/fonduer/compare/v0.8.2...v0.8.3 .. _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 diff --git a/src/fonduer/_version.py b/src/fonduer/_version.py index a1c4368b0..43f90600d 100644 --- a/src/fonduer/_version.py +++ b/src/fonduer/_version.py @@ -1,2 +1,2 @@ """Fonduer version.""" -__version__ = "0.8.4+dev" +__version__ = "0.9.0"