Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsil committed Dec 22, 2023
1 parent 614c43d commit abd3300
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 18 deletions.
8 changes: 2 additions & 6 deletions docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**.
Expand Down
9 changes: 3 additions & 6 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
@@ -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.
8 changes: 5 additions & 3 deletions docs/sponsorship.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.

<a href="https://discord.gg/eMrM9sWWvu" target="_blank">Esmerald discord channel</a>. 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
Expand Down
2 changes: 1 addition & 1 deletion dymmond_settings/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.1.0"
__version__ = "1.0.0"

from .base import Settings
from .conf import settings
Expand Down
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit abd3300

Please sign in to comment.