Skip to content

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release authored and github-actions committed Nov 15, 2022
1 parent 8bba500 commit 6b20aed
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
<!--next-version-placeholder-->

## v0.3.0 (2022-11-15)
### Feature
* Add automatically versioning to the release process ([`8bba500`](https://github.com/mazulo/pynews_cli/commit/8bba500e5ab1308b2f7ea9eb3b393d2879b663c9))
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 = "pynews"
version = "0.2.2"
version = "0.3.0"
description = "PyNews is a simple Python CLI to browse news from HN website"
license = {text = "GNU General Public License v3 (GPLv3)"}
readme = "README.rst"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"requests==2.28.1",
"alive-progress==2.4.1",
]
__version__ = "0.2.2"
__version__ = "0.3.0"

setup(
name="PyNews",
Expand Down

0 comments on commit 6b20aed

Please sign in to comment.