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 2127719 commit c3a44c3Copy full SHA for c3a44c3
README.md
@@ -457,6 +457,10 @@ to pin views to specific databases.
457
<td>4.1</td>
458
<td>0.8.4</td>
459
</tr>
460
+ <tr>
461
+ <td>4.2</td>
462
+ <td>0.9.2</td>
463
+ </tr>
464
</tbody>
465
</table>
466
setup.py
@@ -13,7 +13,7 @@
13
14
setup(
15
name="django-pgviews-redux",
16
- version="0.9.1",
+ version="0.9.2",
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