Skip to content

Commit 037fc3f

Browse files
author
Ryan Malloy
committed
bump: version 1.2.1
1 parent 93e467a commit 037fc3f

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.2.1] - 2025-06-09
9+
10+
### Added
11+
- New features and improvements
12+
13+
### Changed
14+
- Updated dependencies and improvements
15+
16+
### Fixed
17+
- Bug fixes and stability improvements
18+
819
## [1.2.0] - 2025-06-09
920

1021
### Added

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "django-create-initial-user"
7-
version = "1.2.0"
7+
version = "1.2.1"
88
description = "Django authentication backend that automatically creates a superuser on first login"
99
readme = "README.md"
1010
license = { file = "LICENSE" }
@@ -123,7 +123,7 @@ exclude_lines = [
123123

124124
# MyPy configuration
125125
[tool.mypy]
126-
python_version = "1.2.0"
126+
python_version = "1.2.1"
127127
check_untyped_defs = true
128128
ignore_missing_imports = true
129129
warn_unused_ignores = true

0 commit comments

Comments
 (0)