diff --git a/CHANGELOG.md b/CHANGELOG.md index e00cb0c..53001fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. 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] +## 0.5.0 - 2020-10-13 ### Added - Support for Python 3.8. diff --git a/pdftotree/_version.py b/pdftotree/_version.py index e941d7c..3d18726 100644 --- a/pdftotree/_version.py +++ b/pdftotree/_version.py @@ -1 +1 @@ -__version__ = "0.5.0+dev" +__version__ = "0.5.0"