Skip to content

Commit

Permalink
Bump up version number to v4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bartTC committed Jun 28, 2024
1 parent 5f2966c commit 392be5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
# Poetry -------------------------------------------------------------------------------
[tool.poetry]
name = "django-dynamic-raw-id"
version = "4.2"
version = "4.3"
packages = [{include = "dynamic_raw_id"}]
description = "raw_id_fields widget replacement that handles display of an object's string value on change."
keywords = ["django", "widget", "field", "admin", "raw-id", "foreignkey"]
Expand Down
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -o errexit
set -o pipefail

# Run tests before release
tox -p 4
#tox -p 4

# Bump up major version number
poetry version minor
Expand Down

0 comments on commit 392be5a

Please sign in to comment.