Skip to content

Commit

Permalink
Add fixes from @tech2077 to fix faulty conversion from bool to long i…
Browse files Browse the repository at this point in the history
  • Loading branch information
FormerLurker authored and tech2077 committed Dec 27, 2020
1 parent 82bd3bc commit 020284c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion octoprint_octolapse/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3652,7 +3652,6 @@ def get_assets(self):
user="FormerLurker",
repo="Octolapse",
pip="https://github.com/FormerLurker/Octolapse/archive/{target_version}.zip",

stable_branch=dict(branch="master", commitish=["master"], name="Stable"),
release_compare='custom',
prerelease_branches=[
Expand Down
2 changes: 1 addition & 1 deletion octoprint_octolapse/templates/octolapse_settings.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@
If there's anyone I've forgotten here, please let me know!<br />
<b>Billie Ruben</b> - Famed and beloved influencer, contributor, mod of /r/3DPrinting, the 3DPrinters discord server, and all around good person.<br /><br/>
I'd like to add a special thank you to <b>Andy</b> and <b>Maggie</b> for encouragement, testing, support, and tolerance.<br />

<b>Tech2077</b> - Thank you for digging through the c++ code and tracking down a bug that has been driving me mad for several months. I'm not sure if I'd have ever found it without you!<br/>
</p>

</div>
Expand Down
2 changes: 1 addition & 1 deletion octoprint_octolapse_setuptools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
class NumberedVersion(version.LooseVersion):
# This is the current plugin version, not including any versioneer info,
# which could be earlier or later
CurrentVersion = "0.4.0"
CurrentVersion = "0.4.1"
# This is the CurrentVersion last time the settings were migrated.
CurrentSettingsVersion = "0.4.0"
'''
Expand Down

0 comments on commit 020284c

Please sign in to comment.