Skip to content

Commit

Permalink
Prepare 4.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanhiebert committed Dec 13, 2023
1 parent 1f25844 commit cac4af8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
4.2 (TBD)
4.2 (2023-12-13)
+++++++++

* Add support for Django 5.0.
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.1"
rev: "4.2"
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.1"
version = "4.2"
description = "Safely run migrations before deployment"
authors = ["Ryan Hiebert <ryan@aspiredu.com>"]
license = "MIT"
Expand Down

0 comments on commit cac4af8

Please sign in to comment.