Skip to content

Commit a74788a

Browse files
author
NyanKiyoshi
committed
Bump to 1.0.0rc1
1 parent c762f6f commit a74788a

File tree

3 files changed

+14
-5
lines changed

3 files changed

+14
-5
lines changed

CHANGELOG.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
1+
v1.0.0rc1 - May 24th 2019
2+
++++++++++++++++++++++++
3+
4+
- Users can now backup/copy their previous results using the ``--django-backup-queries`` parameter when running ``pytest``.
5+
- The HTML cli command now exports to ``django-queries-results.html`` by default instead of ``stdout``, instead, users have to run ``django-queries html -`` for the output to go in ``stdout``.
6+
- The code now enforces the Black code style and Flake 8 checks in addition to isort.
7+
8+
19
v1.0.0b1 - May 24th 2019
210
++++++++++++++++++++++++
11+
312
- Implement a ``diff`` command for comparing results.
413

514

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
<a href='https://pypi.python.org/pypi/pytest-django-queries'>
1616
<img src='https://img.shields.io/pypi/v/pytest-django-queries.svg' alt='Version' />
1717
</a>
18-
<a href="https://pypi.org/project/pytest-django-queries/1.0.0b1/">
19-
<img src="https://img.shields.io/badge/pypi%20unstable-v1.0.0b1-FF0000.svg" alt="Latest Unstable on pypi">
18+
<a href="https://pypi.org/project/pytest-django-queries/1.0.0rc1/">
19+
<img src="https://img.shields.io/badge/pypi%20unstable-v1.0.0rc1-FF0000.svg" alt="Latest Unstable on pypi">
2020
</a>
2121
</p>
2222
<p>
23-
<a href='https://github.com/NyanKiyoshi/pytest-django-queries/compare/v1.0.0b1...master'>
24-
<img src='https://img.shields.io/github/commits-since/NyanKiyoshi/pytest-django-queries/v1.0.0b1.svg' alt='Commits since latest release' />
23+
<a href='https://github.com/NyanKiyoshi/pytest-django-queries/compare/v1.0.0rc1...master'>
24+
<img src='https://img.shields.io/github/commits-since/NyanKiyoshi/pytest-django-queries/v1.0.0rc1.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' />

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.0.0b1
1+
1.0.0rc1

0 commit comments

Comments
 (0)