Skip to content

Commit

Permalink
Version 4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-schilling committed Mar 28, 2024
1 parent 174a392 commit 1b597b7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
Pending
*******

4.3 (2024-03-28)
++++++++++++++++

* Add ``settings.SAFEMIGRATE = "disabled"`` setting to disable ``safemigrate``
protections.

4.2 (2023-12-13)
+++++++++
++++++++++++++++

* Add support for Django 5.0.
* Add support for Python 3.12.
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ then add this to the ``repos`` key of your ``.pre-commit-config.yaml``:
repos:
- repo: https://github.com/aspiredu/django-safemigrate
rev: "4.2"
rev: "4.3"
hooks:
- id: check
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ show_missing = true

[tool.poetry]
name = "django-safemigrate"
version = "4.2"
version = "4.3"
description = "Safely run migrations before deployment"
authors = ["Ryan Hiebert <ryan@aspiredu.com>"]
license = "MIT"
Expand Down

0 comments on commit 1b597b7

Please sign in to comment.