Skip to content

Commit

Permalink
Bump version to 1.0.0.dev1
Browse files Browse the repository at this point in the history
  • Loading branch information
NyanKiyoshi committed May 12, 2019
1 parent 9ed965d commit 9bd787c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 <path>`

## v0.1.0 - May 7th 2019
- [x] The plugin is now able to support multiple pytest sessions without conflicting (#1)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
</a>
</p>
<p>
<a href='https://github.com/NyanKiyoshi/pytest-django-queries/compare/v0.1.0...master'>
<img src='https://img.shields.io/github/commits-since/NyanKiyoshi/pytest-django-queries/v0.1.0.svg' alt='Commits since latest release' />
<a href='https://github.com/NyanKiyoshi/pytest-django-queries/compare/v1.0.0.dev1...master'>
<img src='https://img.shields.io/github/commits-since/NyanKiyoshi/pytest-django-queries/v1.0.0.dev1.svg' alt='Commits since latest release' />
</a>
<a href='https://pypi.python.org/pypi/pytest-django-queries'>
<img src='https://img.shields.io/pypi/pyversions/pytest-django-queries.svg' alt='Supported versions' />
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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={
Expand Down

0 comments on commit 9bd787c

Please sign in to comment.