We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42b14ed commit 4791a20Copy full SHA for 4791a20
CHANGELOG.md
@@ -2,6 +2,13 @@
2
3
4
5
+## v0.4.5 (2023-07-31)
6
+
7
+### Fix
8
9
+* fix: Correct GitHub token ([`42b14ed`](https://github.com/andrewjw/breakout-garden-exporter/commit/42b14edab609ab8402087fcd5b8ffee1c80b5c38))
10
11
12
## v0.4.4 (2023-07-31)
13
14
### Fix
breakoutgardenexporter/__init__.py
@@ -15,7 +15,7 @@
15
# You should have received a copy of the GNU General Public License
16
# along with this program. If not, see <http://www.gnu.org/licenses/>.
17
18
-__version__ = "0.4.4"
+__version__ = "0.4.5"
19
20
from .arguments import get_arguments
21
from .bme280 import BME280Sensor
0 commit comments