Skip to content

Commit

Permalink
Bump version, update black
Browse files Browse the repository at this point in the history
  • Loading branch information
mikicz committed Nov 21, 2022
1 parent 8c5f28c commit 30bda26
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/ambv/black
rev: 20.8b1
rev: "22.10.0"
hooks:
- id: black
language_version: python3.7
2 changes: 1 addition & 1 deletion django_pgviews/__init__.py
Original file line number Diff line number Diff line change
@@ -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"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name="django-pgviews-redux",
version="0.8.4",
version="0.9.0",
description="Create and manage Postgres SQL Views in Django",
long_description=LONG_DESCRIPTION,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 30bda26

Please sign in to comment.