Skip to content

Commit

Permalink
Merge pull request #153 from sorru94/prepare-0.12.1
Browse files Browse the repository at this point in the history
Prepare release 0.12.1
  • Loading branch information
harlem88 authored Feb 22, 2024
2 parents 25dc481 + df5c353 commit 5045836
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.12.1] - Unreleased
## [0.12.1] - 2024-02-22
### Fixed
- False values on boolean endpoints for server owned interfaces are correctly processed.
- Dependency `paho-mqtt` is locked to v1.6.1 due to incompatibility with the latest version.
Expand Down
2 changes: 1 addition & 1 deletion astarte/device/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# SPDX-License-Identifier: Apache-2.0

# Version of the module
__version__ = "0.12.0"
__version__ = "0.12.1"

# Export what we care about
from .device import Device
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
version = '0.12'

# The full version, including alpha/beta/rc tags
release = '0.12.0'
release = '0.12.1'


# -- General configuration ---------------------------------------------------
Expand Down

0 comments on commit 5045836

Please sign in to comment.