Skip to content

Commit

Permalink
fix...
Browse files Browse the repository at this point in the history
  • Loading branch information
cole-wilson committed Dec 9, 2020
1 parent 138d949 commit 32f89be
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
Binary file removed dist/pypi/sailboat-0.0.dev6.tar.gz
Binary file not shown.
Binary file not shown.
Binary file added dist/pypi/sailboat-0.0.dev7.tar.gz
Binary file not shown.
6 changes: 3 additions & 3 deletions sailboat.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ modules = [ "toml",]
fullname = "Sailboat"
homebrew = false
icon = ""
latest_build = "0.0.dev6"
latest_build = "0.0.dev7"

[build]
type = "1"
Expand All @@ -24,5 +24,5 @@ windows = true
homebrew = false
actions = true
installer = false
actions_built_latest = false
release_notes = ""
actions_built_latest = true
release_notes = " / Version 0.0.5!"
2 changes: 1 addition & 1 deletion sailboat/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def main(arguments,ids):
except KeyboardInterrupt:
print('\n\n')
break
data['build']['release_notes'] = data['build']['release_notes'].replace('\n',' / ').replace('"','`')
data['build']['release_notes'] = data['build']['release_notes'].replace('\n',' / ').replace('"','`')[3:]
try:
version = data['latest_build']
except:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

setuptools.setup(
name="sailboat",
version="0.0.dev6",
version="0.0.dev7",
scripts=['bin/sailboat'],
# entry_points={
# 'console_scripts': ['sailboat=sailboat.__main__'],
Expand Down

0 comments on commit 32f89be

Please sign in to comment.