File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.2.0]
4+
5+ - Improved error handling in directory scanning to gracefully skip problematic system directories
6+ - Drop support for Python 3.10
7+
38## [ 0.1.2]
49
5- ### Changed
610- Updated Development Status to Beta
711- Improved search algorithm with both upward and downward directory traversal
812- Added recursive downward search from each parent directory level
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ requires = [
66
77[project ]
88name = " easy-django-cli"
9- version = " 0.1.2 "
9+ version = " 0.2.0 "
1010description = " A modern CLI tool that replaces 'python manage.py' and 'django-admin' with simpler 'django' or 'dj' commands"
1111readme = " README.md"
1212keywords = [
@@ -21,7 +21,7 @@ license-files = ["LICENSE"]
2121authors = [
2222 { name = " Tim Kamanin" , email = " tim@timonweb.com" },
2323]
24- requires-python = " >=3.10 "
24+ requires-python = " >=3.11 "
2525classifiers = [
2626 " Development Status :: 4 - Beta" ,
2727 " Framework :: Django :: 4.2" ,
You can’t perform that action at this time.
0 commit comments