Skip to content

Commit

Permalink
Version 1.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Nov 17, 2020
1 parent 959c114 commit 8c3b714
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 9 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
We follow Semantic Version.


## 1.1.0

### Features

- Adds `python3.9` support
- Adds `django3.1` support

### Misc

- Moves to Github Actions


## 1.0.1

### Bugfixes
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ While this package will most likely work with the most versions of `django`, we
This package has no dependencies itself.

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


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

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


## Tips and tricks
Expand Down
26 changes: 21 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ style = "https://raw.githubusercontent.com/wemake-services/wemake-python-stylegu

[tool.poetry]
name = "django-split-settings"
version = "1.0.1"
version = "1.1.0"
description = "Organize Django settings into multiple files and directories. Easily override and modify settings. Use wildcards and optional settings files."
authors = [
"sobolevn <[email protected]>",
Expand Down Expand Up @@ -35,6 +35,7 @@ classifiers = [
"Framework :: Django :: 1.11",
"Framework :: Django :: 2.2",
"Framework :: Django :: 3.0",
"Framework :: Django :: 3.1",
"Intended Audience :: Developers",
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent",
Expand All @@ -48,7 +49,7 @@ classifiers = [
python = "^3.6"

[tool.poetry.dev-dependencies]
django = "^2.2"
django = "^3.1"

mypy = "^0.790"
wemake-python-styleguide = "^0.14"
Expand Down

0 comments on commit 8c3b714

Please sign in to comment.