Skip to content

Commit

Permalink
Correct GitHub user
Browse files Browse the repository at this point in the history
  • Loading branch information
jacklinke committed Oct 13, 2024
1 parent 120c118 commit c62a884
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 20 deletions.
4 changes: 2 additions & 2 deletions .cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"docker_compose_python_version": "3.12",
"email": "jacklinke@gmail.com",
"github_owner": "OmenApps",
"github_user": "jacklinke",
"github_user": "OmenApps",
"license": "MIT",
"package_description": "Weather from the Open Weather Map APIs",
"package_name": "django_owm",
"project_name": "django-owm",
"use_playwright": "n",
"use_postgres": "n",
"version": "2024.10.1"
"version": "2024.10.2"
}
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [2024.10.1]

## [2024.10.2]

Initial release!

### Added

- TBD

[unreleased]: https://github.com/jacklinke/django_owm/compare/HEAD...HEAD
[2024.10.1]: https://github.com/jacklinke/django_owm/releases/tag/2024.10.1
[unreleased]: https://github.com/OmenApps/django_owm/compare/HEAD...HEAD
[2024.10.1]: https://github.com/OmenApps/django_owm/releases/tag/2024.10.1
[2024.10.2]: https://github.com/OmenApps/django_owm/releases/tag/2024.10.2
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ Here is a list of important resources for contributors:
- [Code of Conduct]

[mit license]: https://opensource.org/licenses/MIT
[source code]: https://github.com/jacklinke/django-owm
[source code]: https://github.com/OmenApps/django-owm
[documentation]: https://django-owm.readthedocs.io/
[issue tracker]: https://github.com/jacklinke/django-owm/issues
[issue tracker]: https://github.com/OmenApps/django-owm/issues

## How to report a bug

Expand Down Expand Up @@ -108,7 +108,7 @@ $ nox --session=pre-commit -- install
It is recommended to open an issue before starting work on anything.
This will allow a chance to talk it over with the owners and validate your approach.

[pull request]: https://github.com/jacklinke/django-owm/pulls
[pull request]: https://github.com/OmenApps/django-owm/pulls

<!-- github-only -->

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

[pypi status]: https://pypi.org/project/django-owm/
[read the docs]: https://django-owm.readthedocs.io/
[tests]: https://github.com/jacklinke/django-owm/actions?workflow=Tests
[codecov]: https://app.codecov.io/gh/jacklinke/django-owm
[tests]: https://github.com/OmenApps/django-owm/actions?workflow=Tests
[codecov]: https://app.codecov.io/gh/OmenApps/django-owm
[pre-commit]: https://github.com/pre-commit/pre-commit
[black]: https://github.com/psf/black

Expand Down Expand Up @@ -158,11 +158,11 @@ This project was generated from [@OmenApps]'s [Cookiecutter Django Package] temp
[@omenapps]: https://github.com/OmenApps
[pypi]: https://pypi.org/
[cookiecutter django package]: https://github.com/OmenApps/cookiecutter-django-package
[file an issue]: https://github.com/jacklinke/django-owm/issues
[file an issue]: https://github.com/OmenApps/django-owm/issues
[pip]: https://pip.pypa.io/

<!-- github-only -->

[license]: https://github.com/jacklinke/django-owm/blob/main/LICENSE
[contributor guide]: https://github.com/jacklinke/django-owm/blob/main/CONTRIBUTING.md
[license]: https://github.com/OmenApps/django-owm/blob/main/LICENSE
[contributor guide]: https://github.com/OmenApps/django-owm/blob/main/CONTRIBUTING.md
[usage reference]: https://django-owm.readthedocs.io/en/latest/usage.html
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ autoreference
contributing
Code of Conduct <codeofconduct>
License <license>
Changelog <https://github.com/jacklinke/django-owm/releases>
Changelog <https://github.com/OmenApps/django-owm/releases>
```
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "django-owm"
version = "2024.10.1"
version = "2024.10.2"
description = "Weather from the Open Weather Map APIs"
authors = [{ name = "Jack Linke", email = "jacklinke@gmail.com" }]
license = { text = "MIT" }
Expand All @@ -12,7 +12,7 @@ classifiers = [
"Framework :: Django :: 4.2",
"Framework :: Django :: 5.0",
"Framework :: Django :: 5.1",
"Development Status :: 3 - Alpha",
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
Expand All @@ -33,11 +33,11 @@ dependencies = [
]

[project.urls]
Changelog = "https://github.com/jacklinke/django-owm/releases"
Homepage = "https://github.com/jacklinke/django-owm"
Repository = "https://github.com/jacklinke/django-owm"
Changelog = "https://github.com/OmenApps/django-owm/releases"
Homepage = "https://github.com/OmenApps/django-owm"
Repository = "https://github.com/OmenApps/django-owm"
Documentation = "https://django-owm.readthedocs.io"
Issues = "https://github.com/jacklinke/django-owm/issues"
Issues = "https://github.com/OmenApps/django-owm/issues"

[project.optional-dependencies]
dev = [
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

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

0 comments on commit c62a884

Please sign in to comment.