Skip to content

Commit 4791a20

Browse files
author
semantic-release
committed
0.4.5
Automatically generated by python-semantic-release
1 parent 42b14ed commit 4791a20

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33

44

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+
512
## v0.4.4 (2023-07-31)
613

714
### Fix

breakoutgardenexporter/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# You should have received a copy of the GNU General Public License
1616
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1717

18-
__version__ = "0.4.4"
18+
__version__ = "0.4.5"
1919

2020
from .arguments import get_arguments
2121
from .bme280 import BME280Sensor

0 commit comments

Comments
 (0)