Skip to content

Commit 3ea73c8

Browse files
committed
Bump version
1 parent 8701dfc commit 3ea73c8

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,5 @@ README.rst
4949

5050
.idea
5151
pip-selfcheck.json
52-
tags
52+
tags
53+
pip-wheel-metadata

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,10 @@ Provides args:
351351
<td>3.0</td>
352352
<td>0.6.0</td>
353353
</tr>
354+
<tr>
355+
<td>3.1</td>
356+
<td>0.6.1</td>
357+
</tr>
354358
</tbody>
355359
</table>
356360

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
setup(
1515
name="django-pgviews-redux",
16-
version="0.6.0",
16+
version="0.6.1",
1717
description="Create and manage Postgres SQL Views in Django",
1818
long_description=LONG_DESCRIPTION,
1919
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)