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 8c5f28c commit 30bda26Copy full SHA for 30bda26
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/ambv/black
3
- rev: 20.8b1
+ rev: "22.10.0"
4
hooks:
5
- id: black
6
language_version: python3.7
django_pgviews/__init__.py
@@ -1,4 +1,4 @@
import django
if django.VERSION < (3, 2):
- default_app_config = "django_pgviews.apps.ViewConfig"
+ default_app_config = "django_pgviews.apps.ViewConfig"
setup.py
@@ -13,7 +13,7 @@
13
14
setup(
15
name="django-pgviews-redux",
16
- version="0.8.4",
+ version="0.9.0",
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