diff --git a/NEWS.md b/NEWS.md index 6f8b877..b991dc2 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,7 +2,15 @@ ## Unreleased -... +.. + +## 0.6 (Jan 19, 2021) + +### Changes + +- Added the ability to include a `Returns` block when a return + typehint is not present + ([#11](https://github.com/douglasdavis/numpydoc.el/pull/11)). ## 0.5 (Aug 11, 2021) diff --git a/numpydoc.el b/numpydoc.el index 1ca1068..99f99be 100644 --- a/numpydoc.el +++ b/numpydoc.el @@ -6,7 +6,7 @@ ;; Maintainer: Doug Davis <ddavis@ddavis.io> ;; URL: https://github.com/douglasdavis/numpydoc.el ;; SPDX-License-Identifier: GPL-3.0-or-later -;; Version: 0.5 +;; Version: 0.6 ;; Package-Requires: ((emacs "25.1") (s "1.12.0") (dash "2.18.0")) ;; Keywords: convenience