File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- ## v1.0.0.dev2 - May 13th 2019
1+ ## v1.0.0a1 - May 13th 2019
22- [x] In #12 , stopped storing the benchmark results in a file named after the current date and time.
33 Instead, it will always save into ` .django-queries ` and won't contain a ` json ` file extension
44 anymore to make it less appealing as it's not meant to be read by a human.
Original file line number Diff line number Diff line change 1212 <a href='https://pypi.python.org/pypi/pytest-django-queries'>
1313 <img src='https://img.shields.io/pypi/v/pytest-django-queries.svg' alt='Version' />
1414 </a>
15- <a href="https://pypi.org/project/pytest-django-queries/1.0.0.dev1 /">
16- <img src="https://img.shields.io/badge/pypi%20unstable-v1.0.0.dev1 -FF0000.svg" alt="Code style: black">
15+ <a href="https://pypi.org/project/pytest-django-queries/1.0.0a1 /">
16+ <img src="https://img.shields.io/badge/pypi%20unstable-v1.0.0a1 -FF0000.svg" alt="Code style: black">
1717 </a>
1818 <a href='https://requires.io/github/NyanKiyoshi/pytest-django-queries/requirements/?branch=master'>
1919 <img src='https://requires.io/github/NyanKiyoshi/pytest-django-queries/requirements.svg?branch=master' alt='Requirement Status' />
2020 </a>
2121 </p >
2222 <p >
23- <a href='https://github.com/NyanKiyoshi/pytest-django-queries/compare/v1.0.0.dev1 ...master'>
24- <img src='https://img.shields.io/github/commits-since/NyanKiyoshi/pytest-django-queries/v1.0.0.dev1 .svg' alt='Commits since latest release' />
23+ <a href='https://github.com/NyanKiyoshi/pytest-django-queries/compare/v1.0.0a1 ...master'>
24+ <img src='https://img.shields.io/github/commits-since/NyanKiyoshi/pytest-django-queries/v1.0.0a1 .svg' alt='Commits since latest release' />
2525 </a>
2626 <a href='https://pypi.python.org/pypi/pytest-django-queries'>
2727 <img src='https://img.shields.io/pypi/pyversions/pytest-django-queries.svg' alt='Supported versions' />
Original file line number Diff line number Diff line change 3535 'performance tests.' ,
3636 long_description = long_description ,
3737 long_description_content_type = 'text/markdown' ,
38- version = '1.0.0.dev1 ' ,
38+ version = '1.0.0a1 ' ,
3939 packages = ['pytest_django_queries' ],
4040 include_package_data = True ,
4141 entry_points = {
You can’t perform that action at this time.
0 commit comments