Skip to content

Commit a3e2812

Browse files
committed
chore: bump version to v0.9.0
1 parent 9d794b9 commit a3e2812

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
Unreleased_
22
-----------
33

4+
0.9.0_ - 2021-06-22
5+
-------------------
6+
47
Added
58
^^^^^
69
* `@HiromuHota`_: Support spaCy v2.3.
@@ -1254,7 +1257,8 @@ Added
12541257
^^^^^
12551258
* `@lukehsiao`_: Deploy Fonduer to PyPi using Travis-CI
12561259

1257-
.. _Unreleased: https://github.com/hazyresearch/fonduer/compare/v0.8.3...master
1260+
.. _Unreleased: https://github.com/hazyresearch/fonduer/compare/v0.9.0...master
1261+
.. _0.9.0: https://github.com/hazyresearch/fonduer/compare/v0.8.3...v0.9.0
12581262
.. _0.8.3: https://github.com/hazyresearch/fonduer/compare/v0.8.2...v0.8.3
12591263
.. _0.8.2: https://github.com/hazyresearch/fonduer/compare/v0.8.1...v0.8.2
12601264
.. _0.8.1: https://github.com/hazyresearch/fonduer/compare/v0.8.0...v0.8.1

src/fonduer/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""Fonduer version."""
2-
__version__ = "0.8.4+dev"
2+
__version__ = "0.9.0"

0 commit comments

Comments
 (0)