From c678047fb0a58e9130ed6c83f1ddee1f80f05f15 Mon Sep 17 00:00:00 2001 From: Ana Paula Gomes Date: Fri, 7 Dec 2018 10:44:19 +0100 Subject: [PATCH] Bump to 0.4.0 --- CHANGELOG.md | 7 ++++++- setup.py | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c460522..a93871f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog ## [Unreleased] + +## [0.4.0] - 2018-12-07 ### Added - Added --picked=first mode, which will run all tests, but with any changed tests queued first +### Modified +- Update dependencies ## [0.3.2] - 2018-11-25 ### Added @@ -24,7 +28,8 @@ ### Added - Run the tests according with changed files -[Unreleased]: https://github.com/anapaulagomes/pytest-picked/compare/v0.3.2...HEAD +[Unreleased]: https://github.com/anapaulagomes/pytest-picked/compare/v0.4.0...HEAD +[0.4.0]: https://github.com/anapaulagomes/pytest-picked/compare/v0.3.2...v0.4.0 [0.3.2]: https://github.com/anapaulagomes/pytest-picked/compare/v0.3.0...v0.3.2 [0.3.0]: https://github.com/anapaulagomes/pytest-picked/compare/v0.2.0...v0.3.0 [0.2.0]: https://github.com/anapaulagomes/pytest-picked/compare/v0.1.0...v0.2.0 diff --git a/setup.py b/setup.py index 1347167..e136cca 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ def read(fname): setup( name="pytest-picked", - version="0.3.2", + version="0.4.0", author="Ana Paula Gomes", author_email="apgomes88@gmail.com", maintainer="Ana Paula Gomes",