We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8701dfc commit 3ea73c8Copy full SHA for 3ea73c8
.gitignore
@@ -49,4 +49,5 @@ README.rst
49
50
.idea
51
pip-selfcheck.json
52
-tags
+tags
53
+pip-wheel-metadata
README.md
@@ -351,6 +351,10 @@ Provides args:
351
<td>3.0</td>
352
<td>0.6.0</td>
353
</tr>
354
+ <tr>
355
+ <td>3.1</td>
356
+ <td>0.6.1</td>
357
+ </tr>
358
</tbody>
359
</table>
360
setup.py
@@ -13,7 +13,7 @@
13
14
setup(
15
name="django-pgviews-redux",
16
- version="0.6.0",
+ version="0.6.1",
17
description="Create and manage Postgres SQL Views in Django",
18
long_description=LONG_DESCRIPTION,
19
long_description_content_type="text/markdown",
0 commit comments