Skip to content

Commit 56fb6de

Browse files
committed
Update documentation
1 parent 18f574e commit 56fb6de

File tree

12 files changed

+4684
-351
lines changed

12 files changed

+4684
-351
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

77
## [Unreleased]
88

9-
## [2023.10.1]
9+
## [2024.11.1]
1010

11-
Initial release!
11+
Major release with new features and improvements.
1212

1313
### Added
1414

1515
- TBD
1616

17-
[unreleased]: https://github.com/jacklinke/django_tenant_options/compare/HEAD...HEAD
18-
[2023.10.1]: https://github.com/jacklinke/django_tenant_options/releases/tag/2023.10.1
17+
[unreleased]: https://github.com/jacklinke/django_pint_field/compare/HEAD...HEAD
18+
[2024.11.1]: https://github.com/jacklinke/django_pint_field/releases/tag/2024.11.1

CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ Here is a list of important resources for contributors:
1212
- [Code of Conduct]
1313

1414
[mit license]: https://opensource.org/licenses/MIT
15-
[source code]: https://github.com/jacklinke/django-tenant-options
16-
[documentation]: https://django-tenant-options.readthedocs.io/
17-
[issue tracker]: https://github.com/jacklinke/django-tenant-options/issues
15+
[source code]: https://github.com/jacklinke/django-pint-field
16+
[documentation]: https://django-pint-field.readthedocs.io/
17+
[issue tracker]: https://github.com/OmenApps/django-pint-field/issues
1818

1919
## How to report a bug
2020

@@ -54,7 +54,7 @@ or the command-line interface:
5454

5555
```console
5656
$ poetry run python
57-
$ poetry run django-tenant-options
57+
$ poetry run django-pint-field
5858
```
5959

6060
[poetry]: https://python-poetry.org/
@@ -108,7 +108,7 @@ $ nox --session=pre-commit -- install
108108
It is recommended to open an issue before starting work on anything.
109109
This will allow a chance to talk it over with the owners and validate your approach.
110110

111-
[pull request]: https://github.com/jacklinke/django-tenant-options/pulls
111+
[pull request]: https://github.com/jacklinke/django-pint-field/pulls
112112

113113
<!-- github-only -->
114114

0 commit comments

Comments
 (0)