Skip to content

Commit 8c3b714

Browse files
committed
Version 1.1.0 release
1 parent 959c114 commit 8c3b714

File tree

4 files changed

+38
-9
lines changed

4 files changed

+38
-9
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
We follow Semantic Version.
44

55

6+
## 1.1.0
7+
8+
### Features
9+
10+
- Adds `python3.9` support
11+
- Adds `django3.1` support
12+
13+
### Misc
14+
15+
- Moves to Github Actions
16+
17+
618
## 1.0.1
719

820
### Bugfixes

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ While this package will most likely work with the most versions of `django`, we
3535
This package has no dependencies itself.
3636

3737
In case you need older `python` / `django` versions support,
38-
then consider using older versions.
38+
then consider using older versions of `django-split-settings`.
3939

4040

4141
## Installation
@@ -71,7 +71,7 @@ in that order from the subdirectory called `components/`.
7171
following file can access and modify the settings declared in the
7272
previous files.
7373

74-
We also made a in-depth [tutorial](https://sobolevn.me/2017/04/managing-djangos-settings).
74+
We also made an in-depth [tutorial](https://sobolevn.me/2017/04/managing-djangos-settings).
7575

7676

7777
## Tips and tricks

poetry.lock

+21-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ style = "https://raw.githubusercontent.com/wemake-services/wemake-python-stylegu
44

55
[tool.poetry]
66
name = "django-split-settings"
7-
version = "1.0.1"
7+
version = "1.1.0"
88
description = "Organize Django settings into multiple files and directories. Easily override and modify settings. Use wildcards and optional settings files."
99
authors = [
1010
"sobolevn <[email protected]>",
@@ -35,6 +35,7 @@ classifiers = [
3535
"Framework :: Django :: 1.11",
3636
"Framework :: Django :: 2.2",
3737
"Framework :: Django :: 3.0",
38+
"Framework :: Django :: 3.1",
3839
"Intended Audience :: Developers",
3940
"License :: OSI Approved :: BSD License",
4041
"Operating System :: OS Independent",
@@ -48,7 +49,7 @@ classifiers = [
4849
python = "^3.6"
4950

5051
[tool.poetry.dev-dependencies]
51-
django = "^2.2"
52+
django = "^3.1"
5253

5354
mypy = "^0.790"
5455
wemake-python-styleguide = "^0.14"

0 commit comments

Comments
 (0)