Skip to content

Commit c3a44c3

Browse files
committed
Bump versions
1 parent 2127719 commit c3a44c3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -457,6 +457,10 @@ to pin views to specific databases.
457457
<td>4.1</td>
458458
<td>0.8.4</td>
459459
</tr>
460+
<tr>
461+
<td>4.2</td>
462+
<td>0.9.2</td>
463+
</tr>
460464
</tbody>
461465
</table>
462466

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.9.1",
16+
version="0.9.2",
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)