Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare release 2021.1.1 #138

Merged
merged 3 commits into from
Jan 24, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ How to set up your development environment
You need Python 3.7+ and the following tools:

- Cookiecutter_
- Nox_
- Docker_
- `Visual Studio Code`_

Expand Down Expand Up @@ -167,7 +166,7 @@ To publish the release, follow these steps:
5. Click **Publish Release**.

Version numbers adhere to `Calendar Versioning`_,
of the form ``YYYY.MM.DD``.
of the form ``YYYY.MM.Micro``.

After publishing the release, the following automated steps are triggered:

Expand Down
2 changes: 1 addition & 1 deletion LICENSE.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
MIT License
===========

Copyright © 2020 oncleben31
Copyright © 2021 oncleben31

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
5 changes: 4 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ Usage

.. usage-begin

It is recommended to use the latest stable version by using the command:

.. parsed-literal::

$ cookiecutter gh:oncleben31/homeassistant-custom-component \\
Expand All @@ -66,6 +68,7 @@ Features
- HACS_ ready
- Continuous integration with `GitHub Actions`_
- Settings for pre-commit
- Optional tests suite with pytest and code coverage

You can find a repository created with this cookiecutter template
in the `cookiecutter-homeassistant-custom-component-instance`_ example.
Expand All @@ -74,7 +77,7 @@ in the `cookiecutter-homeassistant-custom-component-instance`_ example.

.. references-begin

.. |current-stable-version| replace:: 2020.12.15
.. |current-stable-version| replace:: 2021.1.1
.. _integration_blueprint: https://github.com/custom-components/integration_blueprint
.. _Cookiecutter: https://github.com/cookiecutter/cookiecutter
.. _cookiecutter-homeassistant-component: https://github.com/boralyl/cookiecutter-homeassistant-component
Expand Down
1 change: 0 additions & 1 deletion docs/guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ This repository contains multiple files, here is a overview:
``info.md`` An example on a info file (used by HACS_)
``LICENSE`` The license file for the project
``README.md`` The file you are reading now, should contain info about the integration, installation and configuration instructions
``requirements.txt`` Python packages used by this integration
``requirements_dev.txt`` Python packages used to provide IntelliSense_/code hints during development of this integration, typically includes packages in ``requirements.txt`` but may include additional packages
``requirements_test.txt`` Python packages required to run the tests for this integration, typically includes packages in ``requirements_dev.txt`` but may include additional packages
============================================================= ======================================================================================================================
Expand Down
2 changes: 1 addition & 1 deletion {{cookiecutter.project_name}}/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 Joakim Sørensen @ludeeus
Copyright (c) 2021 {{cookiecutter.github_user}}

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down