Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
actually update the release note
Browse files Browse the repository at this point in the history
  • Loading branch information
valknight committed Sep 30, 2023
1 parent 5123095 commit 4f45e59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/releaseNotes/0.4.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def main():
project = user.getProject(handle)
otherProject = user.getProject("vallerie")
otherProject.ask("woah hello from cohost.py", project, True)
newPost = project.post('cohost.py 0.3 - the ask-y update', blocks, tags=['cohost.py', 'python', 'development', 'cohost api'], draft=True)
newPost = project.post('cohost.py 0.4 - the ask-y update part 2', blocks, tags=['cohost.py', 'python', 'development', 'cohost api'], draft=True)
print('Check out your post at {}'.format(newPost.url))

if __name__ == '__main__':
Expand Down

0 comments on commit 4f45e59

Please sign in to comment.