Skip to content

Commit

Permalink
1.1.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release authored and cbrand committed Jan 6, 2022
1 parent 1f96cf1 commit a7d9c59
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
@@ -1,3 +1,7 @@
# Changelog #

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

## v1.1.1 (2022-01-06)
### Fix
* Adjust release pipeline ([`1f96cf1`](https://github.com/cbrand/micropython-mdns/commit/1f96cf1ca2adb769b40d8d838165f5819c07f519))
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.1.0"
__version__ = "1.1.1"
requirements = []
test_requirements = ["twine", "adafruit-ampy>=1.0.0"]

Expand Down

0 comments on commit a7d9c59

Please sign in to comment.