Skip to content

Commit

Permalink
release 23.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dyve committed Dec 24, 2023
1 parent 1e2ccc2 commit 347761a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ license = {file = "LICENSE"}
name = "django-bootstrap4"
readme = "README.md"
requires-python = ">=3.8"
version = "23.6"
version = "23.3"

[project.urls]
Changelog = "https://github.com/zostera/django-bootstrap4/blob/main/CHANGELOG.md"
Expand Down
2 changes: 2 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
-r requirements-test.txt
-r docs/requirements.txt
twine==4.0.2
build==1.0.3
setuptools==69.0.3
4 changes: 3 additions & 1 deletion src/bootstrap4/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
__version__ = "23.3.dev1"
import importlib.metadata

__version__ = importlib.metadata.version("django-bootstrap4")

0 comments on commit 347761a

Please sign in to comment.