Skip to content

Commit

Permalink
0.4.5
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Jul 31, 2023
1 parent 42b14ed commit 4791a20
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@



## v0.4.5 (2023-07-31)

### Fix

* fix: Correct GitHub token ([`42b14ed`](https://github.com/andrewjw/breakout-garden-exporter/commit/42b14edab609ab8402087fcd5b8ffee1c80b5c38))


## v0.4.4 (2023-07-31)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion breakoutgardenexporter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

__version__ = "0.4.4"
__version__ = "0.4.5"

from .arguments import get_arguments
from .bme280 import BME280Sensor
Expand Down

0 comments on commit 4791a20

Please sign in to comment.