Skip to content

Commit

Permalink
1.2.3
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release authored and Christoph Brand committed Oct 4, 2022
1 parent e75757a commit 33e2250
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

<!--next-version-placeholder-->

## v1.2.3 (2022-10-04)
### Fix
* Always return a txt dns record even if empty ([`e75757a`](https://github.com/cbrand/micropython-mdns/commit/e75757a024582221c66ac5f2832d040bfaa0dc4b))

## v1.2.2 (2022-10-04)
### Fix
* Skip null txt record ([`40d09b7`](https://github.com/cbrand/micropython-mdns/commit/40d09b7ad1bb5e785b7c8be3f04ac923043545ca))
Expand Down
2 changes: 1 addition & 1 deletion src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def list_packages(source_directory: str = ".") -> List[str]:
return packages


__version__ = "1.2.2"
__version__ = "1.2.3"
requirements = []
test_requirements = ["twine", "adafruit-ampy>=1.0.0"]

Expand Down

0 comments on commit 33e2250

Please sign in to comment.