Skip to content

Commit

Permalink
chore(master): release 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BradenM committed Apr 18, 2023
1 parent 2f44658 commit 7a1d74a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.3.0"
".": "0.3.1"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
<a name="v0.2.0"></a>

## [0.3.1](https://github.com/BradenM/pydngconverter/compare/v0.3.0...v0.3.1) (2023-04-18)


### Bug Fixes

* **deps:** Update dependency psutil to v5.9.5 ([2f44658](https://github.com/BradenM/pydngconverter/commit/2f44658f3b31e0beb8a22678cd59f34af240468d))
* **deps:** Update dependency rich to v13.3.2 ([bc308b1](https://github.com/BradenM/pydngconverter/commit/bc308b1d328a0a5fea888d1471df7eab1fcc500c))
* **deps:** Update dependency rich to v13.3.3 ([60a04ad](https://github.com/BradenM/pydngconverter/commit/60a04ad8bb52782209a786dc3d960b8363f634b5))
* **deps:** Update dependency rich to v13.3.4 ([87eecf5](https://github.com/BradenM/pydngconverter/commit/87eecf54de2d5915a55cca0798746970efe7e8c6))

## [0.3.0](https://github.com/BradenM/pydngconverter/compare/v0.2.0...v0.3.0) (2023-03-04)


Expand Down
2 changes: 1 addition & 1 deletion pydngconverter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"""

__author__ = """Braden Mars"""
__version__ = "0.3.0"
__version__ = "0.3.1"

from pydngconverter import flags
from pydngconverter.main import DNGConverter, DNGParameters
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 = "pydngconverter"
version = "0.3.0"
version = "0.3.1"
description = "Python Interface for the Adobe's DNG Converter"
authors = ["Braden Mars <bradenmars@bradenmars.me>"]
license = "MIT"
Expand Down

0 comments on commit 7a1d74a

Please sign in to comment.