Skip to content

Commit

Permalink
Merge pull request #70 from bradcfisher/release/0.3.2
Browse files Browse the repository at this point in the history
v0.3.2 - Bumped version to avoid conflict with https://github.com/kat…
  • Loading branch information
bradcfisher authored Dec 8, 2022
2 parents 71f4331 + 7c22b18 commit 81ffc93
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

## [0.3.2] - 2022/12/07

Bumped version to avoid conflict with https://github.com/katiekloss/OctoPrint-ExcludeRegion/releases/tag/v0.3.1


## [0.3.1] - 2022/12/06

Long overdue update to make compatible with recent versions of Python 3.
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-ExcludeRegionPlugin"

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

# 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 81ffc93

Please sign in to comment.