From abd3300fe4f3cda6e2df17ba73d469ceaf53f794 Mon Sep 17 00:00:00 2001 From: tarsil Date: Fri, 22 Dec 2023 12:04:33 +0000 Subject: [PATCH] Release 1.0.0 --- docs/contributing.md | 8 ++------ docs/index.md | 2 ++ docs/release-notes.md | 9 +++------ docs/sponsorship.md | 8 +++++--- dymmond_settings/__init__.py | 2 +- mkdocs.yml | 4 ++-- 6 files changed, 15 insertions(+), 18 deletions(-) diff --git a/docs/contributing.md b/docs/contributing.md index 4fbf40a..901df68 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -42,7 +42,7 @@ To develop for Dymmond Settings, create a fork of the [Dymmond Settings reposito After, clone your fork with the follow command replacing `YOUR-USERNAME` wih your GitHub username: ```shell -$ git clone https://github.com/YOUR-USERNAME/dymmond_settings +$ git clone https://github.com/YOUR-USERNAME/dymmond-settings ``` ### Install the project dependencies @@ -73,14 +73,10 @@ Because Dymmond Settings uses pytest, any additional arguments will be passed. M For example, to run a single test_script: -```shell -$ scripts/test tests/test_apiviews.py -``` - To run the linting, use: ```shell -$ scripts/format +$ scripts/lint ``` ### Documentation diff --git a/docs/index.md b/docs/index.md index 45b668f..50b0890 100644 --- a/docs/index.md +++ b/docs/index.md @@ -20,6 +20,8 @@ --- +**Documentation**: [https://settings.dymmond.com](https://settings.dymmond.com) 📚 + **Source Code**: [https://github.com/dymmond/dymmond-settings](https://github.com/dymmond/dymmond-settings) **The official supported version is always the latest released**. diff --git a/docs/release-notes.md b/docs/release-notes.md index 77791aa..490d303 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,9 +1,6 @@ # Release Notes -## 0.1.0 +## 1.0.0 -### Added - -### Changed - -### Fixed +Initial release containing all the information about +the `dymmond-settings` package. diff --git a/docs/sponsorship.md b/docs/sponsorship.md index ffe99e9..a6d83b9 100644 --- a/docs/sponsorship.md +++ b/docs/sponsorship.md @@ -2,9 +2,6 @@ Do you like **Dymmond Settings** and would like to help Dymmond Settings, other user and the author? -## 🐦 Follow Dymmond Settings on Twitter - - ## ⭐ Star **Dymmond Settings** on GitHub Giving a star to Dymmond Settings is very simple and helps promoting the work across the developers around the world. @@ -24,6 +21,11 @@ interesting to you. ## 💬 Join the official Dymmond Settings discord channel +Our official chat is on discord, we find it very useful and free for people to discuss issues, helping and contributing +in a more organised manner. + +Esmerald discord channel. Join us! 🗸 + ## 🔥 Sponsor the author The author built this framework with all of his heart and dedication and will continue to do it so but that also diff --git a/dymmond_settings/__init__.py b/dymmond_settings/__init__.py index 51d9878..80e10d3 100644 --- a/dymmond_settings/__init__.py +++ b/dymmond_settings/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.1.0" +__version__ = "1.0.0" from .base import Settings from .conf import settings diff --git a/mkdocs.yml b/mkdocs.yml index 3256cfc..398d363 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -8,8 +8,8 @@ theme: language: en palette: - scheme: "default" - primary: "purple" - accent: "amber" + primary: "light blue" + accent: "blue" media: "(prefers-color-scheme: light)" toggle: icon: "material/lightbulb"