Skip to content

Commit cf0be7d

Browse files
author
NyanKiyoshi
committed
Bump version to v1.0.0b1
1 parent bc60877 commit cf0be7d

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
v1.0.0b1 - May 24th 2019
2+
++++++++++++++++++++++++
3+
- Implement a ``diff`` command for comparing results.
4+
5+
16
v1.0.0a2 - May 17th 2019
27
++++++++++++++++++++++++
38

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.0a2/">
19-
<img src="https://img.shields.io/badge/pypi%20unstable-v1.0.0a2-FF0000.svg" alt="Latest Unstable on pypi">
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">
2020
</a>
2121
</p>
2222
<p>
23-
<a href='https://github.com/NyanKiyoshi/pytest-django-queries/compare/v1.0.0a2...master'>
24-
<img src='https://img.shields.io/github/commits-since/NyanKiyoshi/pytest-django-queries/v1.0.0a2.svg' alt='Commits since latest release' />
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' />
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-
1.0.0a2
1+
v1.0.0b1

0 commit comments

Comments
 (0)