Skip to content

Commit

Permalink
feat(version): bump version to 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sethvoltz committed Mar 4, 2021
1 parent f2d73d8 commit b15c1fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.1.1] - 2021-03-04
### Fixes
- Fix off-by-one issue with bi-color section on display

Expand Down Expand Up @@ -60,7 +61,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial release to community, official plugin on the OctoPrint plugin repository.

[Unreleased]: https://github.com/sethvoltz/OctoPrint-DisplayPanel/compare/v2.1.0...HEAD
[Unreleased]: https://github.com/sethvoltz/OctoPrint-DisplayPanel/compare/v2.1.1...HEAD
[2.1.1]: https://github.com/sethvoltz/OctoPrint-DisplayPanel/compare/v2.1.0...v2.1.1
[2.1.0]: https://github.com/sethvoltz/OctoPrint-DisplayPanel/compare/v2.0.1...v2.1.0
[2.0.1]: https://github.com/sethvoltz/OctoPrint-DisplayPanel/compare/v2.0.0...v2.0.1
[2.0.0]: https://github.com/sethvoltz/OctoPrint-DisplayPanel/compare/v1.4.0...v2.0.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
plugin_name = "OctoPrint Micro Panel"

# The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module
plugin_version = "2.1.0"
plugin_version = "2.1.1"

# The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin
# module
Expand Down

0 comments on commit b15c1fc

Please sign in to comment.