Skip to content

Commit

Permalink
chg: [RELEASE] Bumped version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricbonhomme committed Dec 16, 2024
1 parent 697ec42 commit 5c4bb25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions fedivuln/publish.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,7 @@ def create_status_content(event_data: str, topic: str) -> str:

def publish(message: str) -> None:
if message:
print(message)
# mastodon.status_post(message)
mastodon.status_post(message)


def listen_to_http_event_stream(url, headers=None, params=None, topic="comment"):
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "FediVuln"
version = "0.6.3"
version = "0.6.4"
description = "A client to gather vulnerability-related information from the Fediverse."
authors = ["Cédric Bonhomme <[email protected]>"]
license = "GPL-3.0-or-later"
Expand Down

0 comments on commit 5c4bb25

Please sign in to comment.