diff --git a/CHANGELOG.md b/CHANGELOG.md index 51c97e8..e4e1466 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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). +## [0.1.6] - 2021-03-01 +### Added +- Add return type reference for multiple return values (#15) + ## [0.1.5] - 2021-02-11 ### Added - Add support for cases when `__module__` is None (#12) diff --git a/setup.py b/setup.py index abdaa11..6d4f9db 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setup( name='pysv', - version='0.1.5', + version='0.1.6', author='Keyi Zhang', author_email='keyi@cs.stanford.edu', long_description=long_description,