Skip to content

Commit

Permalink
chore(release): 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Feb 9, 2024
1 parent 3bb3536 commit 4472cb6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Release Notes
---

# [0.3.0](https://github.com/osl-incubator/pymedx/compare/0.2.1...0.3.0) (2024-02-09)


### Features

* add pmc as a source for fetching articles data ([#7](https://github.com/osl-incubator/pymedx/issues/7)) ([3bb3536](https://github.com/osl-incubator/pymedx/commit/3bb353627e3f9db0300f73d0084f174e0fedd48e))

## [0.2.1](https://github.com/osl-incubator/pymedx/compare/0.2.0...0.2.1) (2024-02-04)


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 = "pymedx"
version = "0.2.1" # semantic-release
version = "0.3.0" # semantic-release
description = "PyMedX is a tool set for handling multimedia files."
readme = "docs/index.md"
authors = ["Gijs Wobben <[email protected]>", "Ivan Ogasawara <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion src/pymedx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def get_version():
try:
return importlib_metadata.version(__name__)
except importlib_metadata.PackageNotFoundError: # pragma: no cover
return "0.2.1" # semantic-release
return "0.3.0" # semantic-release


version = get_version()
Expand Down

0 comments on commit 4472cb6

Please sign in to comment.