Skip to content

Commit 30bda26

Browse files
committed
Bump version, update black
1 parent 8c5f28c commit 30bda26

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/ambv/black
3-
rev: 20.8b1
3+
rev: "22.10.0"
44
hooks:
55
- id: black
66
language_version: python3.7

django_pgviews/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
import django
22

33
if django.VERSION < (3, 2):
4-
default_app_config = "django_pgviews.apps.ViewConfig"
4+
default_app_config = "django_pgviews.apps.ViewConfig"

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