Releases: wemake-services/django-split-settings
Releases · wemake-services/django-split-settings
Version 1.3.2
Version 1.3.1
Bugfixes
- Fixes getting the last stack item performance #532
1.3.0
Version 1.2.0
1.2.0
Features
- Adds
python3.10support - Drops
python3.6support - Adds
django4.1support
Version 1.1.0
Features
- Adds
python3.9support - Adds
django3.1support
Misc
- Moves to Github Actions
- Bumps a lot of dev dependencies
Version 1.0.1
Bugfixes
- Fixes that django's dev server was not catching split setting filechanges
Version 1.0.0
Breaking changes:
- Drops
python2support - Drops
django2.0support
Improvements:
- Moves to
poetry - Adds
mypysupport - Adds
wemake-python-styleguidesupport - Adds extra CI checks:
safety,doc8 - Adds
py.typedfile to package type information
v0.3.0
Version 0.2.5
Verison 0.2.5
This version does not bring any new features. Only documentation updates and improvements.
Improvements:
- Added
python3.6andDjango==1.11 - Fixed
tests/settingsstructure withbasic/folder - Added documentation, which is built with
Sphinx - Updated
README.rstwith new logo - Updated
README.rstwithdocsbadge - Updated
CONTRIBUTING.rstwith new information
Bugs:
- Updated
README.rstto be compatible withPyPI