Skip to content

Commit

Permalink
Bump version to 1.27.4
Browse files Browse the repository at this point in the history
  • Loading branch information
slhck committed Jun 29, 2023
1 parent 39fc656 commit f94c6f7
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 2 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,37 @@
# Changelog


## v1.27.4 (2023-06-29)

* Docs: add HighMans as a contributor for code (#242)

* docs: update README.md

* docs: update .all-contributorsrc

---------

* Properly handle non-existing input files and skipping.

* Fix: Dockerfile used wrong path.

* Use `https` rather than `http` (#238)

* Docs: add psavva as a contributor for code (#236)

* docs: update README.md

* docs: update .all-contributorsrc

---------

* Add Docker support (#235)

* Docs: add @sian1468 as a contributor.

* Round percentage in test (#234)


## v1.27.3 (2023-05-06)

* Bump ffmpeg-progress-yield, round percentage output.
Expand Down
2 changes: 1 addition & 1 deletion docs/ffmpeg_normalize.html
Original file line number Diff line number Diff line change
Expand Up @@ -2428,7 +2428,7 @@ <h6 id="arguments">Arguments:</h6>
</section>
<section id="__version__">
<div class="attr variable">
<span class="name">__version__</span><span class="default_value"> = &#39;1.27.3&#39;</span>
<span class="name">__version__</span><span class="default_value"> = &#39;1.27.4&#39;</span>


</div>
Expand Down
2 changes: 1 addition & 1 deletion ffmpeg_normalize/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.27.3"
__version__ = "1.27.4"

0 comments on commit f94c6f7

Please sign in to comment.