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.10
support - Drops
python3.6
support - Adds
django4.1
support
Version 1.1.0
Features
- Adds
python3.9
support - Adds
django3.1
support
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
python2
support - Drops
django2.0
support
Improvements:
- Moves to
poetry
- Adds
mypy
support - Adds
wemake-python-styleguide
support - Adds extra CI checks:
safety
,doc8
- Adds
py.typed
file 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.6
andDjango==1.11
- Fixed
tests/settings
structure withbasic/
folder - Added documentation, which is built with
Sphinx
- Updated
README.rst
with new logo - Updated
README.rst
withdocs
badge - Updated
CONTRIBUTING.rst
with new information
Bugs:
- Updated
README.rst
to be compatible withPyPI