Skip to content

Commit

Permalink
Prep for 0.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
harrislapiroff committed Nov 19, 2024
1 parent cdbe549 commit 0aafab4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ sample_project/rssfeeds.json
sample_project/matchlist.txt
sample_project/matchlist_case_sensitive.txt
sample_project/config.yaml
sample_project/blocklist.py
sample_project/blocklist.py
/dist/
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changes
=======

0.4
---

* [Other] Bumped to Python 3.11 baseline
* [Other] Explicitly added BeautifulSoup4 to requirements and encouraged its use in blocklists

0.3
---

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ multi_line_output = 3

[tool.poetry]
name = "trackthenews"
version = "0.3"
version = "0.4"
description = "Monitor RSS feeds for keywords and act on matching results. A special project of the Freedom of the Press Foundation."
authors = ["Freedom of the Press Foundation <[email protected]>"]
maintainers = [
Expand Down

0 comments on commit 0aafab4

Please sign in to comment.