From 3555a2b1584706f4a41c01d4fa554e5fa91cba28 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Mon, 21 May 2018 20:48:08 -0700 Subject: [PATCH] v1.9.0 --- CHANGELOG.md | 17 +++++++++++++++++ setup.py | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3fe15cd..6beb9842 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +1.9.0 +===== + +### Features +- Add new `python_venv` language which uses the `venv` module instead of + `virtualenv` + - #631 issue by @dongyuzheng. + - #739 PR by @ojii. +- Include `LICENSE` in distribution + - #745 issue by @nicoddemus. + - #746 PR by @nicoddemus. + +### Fixes +- Normalize relative paths for `pre-commit try-repo` + - #750 PR by @asottile. + + 1.8.2 ===== diff --git a/setup.py b/setup.py index 48aabd2c..c4504774 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( 'hooks.' ), url='https://github.com/pre-commit/pre-commit', - version='1.8.2', + version='1.9.0', author='Anthony Sottile', author_email='asottile@umich.edu',