diff --git a/.cookiecutter.json b/.cookiecutter.json index b3ffec7..e466aad 100644 --- a/.cookiecutter.json +++ b/.cookiecutter.json @@ -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" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0284140..0a2f61f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3c792ee..a044604 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 @@ -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 diff --git a/README.md b/README.md index 5a0fc26..1b581a0 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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/ -[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 diff --git a/docs/index.md b/docs/index.md index ec0c694..e1c1e07 100644 --- a/docs/index.md +++ b/docs/index.md @@ -21,5 +21,5 @@ autoreference contributing Code of Conduct License -Changelog +Changelog ``` diff --git a/pyproject.toml b/pyproject.toml index bc95df3..2d69b60 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" } @@ -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", @@ -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 = [ diff --git a/uv.lock b/uv.lock index baa1f4e..770d00c 100644 --- a/uv.lock +++ b/uv.lock @@ -604,7 +604,7 @@ wheels = [ [[package]] name = "django-owm" -version = "2024.10.1" +version = "2024.10.2" source = { virtual = "." } dependencies = [ { name = "celery" },