File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
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
+
8
19
## [ 1.2.0] - 2025-06-09
9
20
10
21
### Added
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
5
5
[project ]
6
6
name = " django-create-initial-user"
7
- version = " 1.2.0 "
7
+ version = " 1.2.1 "
8
8
description = " Django authentication backend that automatically creates a superuser on first login"
9
9
readme = " README.md"
10
10
license = { file = " LICENSE" }
@@ -123,7 +123,7 @@ exclude_lines = [
123
123
124
124
# MyPy configuration
125
125
[tool .mypy ]
126
- python_version = " 1.2.0 "
126
+ python_version = " 1.2.1 "
127
127
check_untyped_defs = true
128
128
ignore_missing_imports = true
129
129
warn_unused_ignores = true
You can’t perform that action at this time.
0 commit comments