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 10, 2023
1 parent 1e5fbb5 commit c5eb578
Show file tree
Hide file tree
Showing 4 changed files with 11 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"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
<a name="v0.2.0"></a>

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


### Bug Fixes

* **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))

## [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 c5eb578

Please sign in to comment.