From 9bd787c1d0e393805ecdd7da9ccf5d1f35492516 Mon Sep 17 00:00:00 2001 From: NyanKiyoshi Date: Sun, 12 May 2019 18:40:16 +0200 Subject: [PATCH] Bump version to 1.0.0.dev1 --- CHANGELOG.md | 8 ++++---- README.md | 4 ++-- setup.py | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2025532..61184bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ -## v1.0.0rc1 - Unreleased -- [ ] Add the cli with the `show` and `html` options (#3) -- [x] Added a releasing guide and changelog file (#9) -- [ ] Added a more complete and more comprehensive documentation on RTD (#10). +## v1.0.0.dev1 - May 12th 2019 +- [x] Introduced the cli (#3) with two commands: + - [x] `show` that process a given benchmark result to render a summary table + - [x] `html` render the table in HTML, the template can be customized using `--template ` ## v0.1.0 - May 7th 2019 - [x] The plugin is now able to support multiple pytest sessions without conflicting (#1) diff --git a/README.md b/README.md index 4ee9155..e7b8869 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,8 @@

- - Commits since latest release + + Commits since latest release Supported versions diff --git a/setup.py b/setup.py index 0a18b37..1c81e2c 100755 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ 'performance tests.', long_description=long_description, long_description_content_type='text/markdown', - version='0.1.0', + version='1.0.0.dev1', packages=['pytest_django_queries'], include_package_data=True, entry_points={