Skip to content

Commit a0e37d3

Browse files
committed
version 2.1.0
1 parent 2f2031b commit a0e37d3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased Changes
3+
## [2.1.0] - 2022-01-26
44

55
### Fixed
66
- Depth and height parameters were switched in metadata conversion. See [#26].
@@ -146,6 +146,7 @@ Initial release.
146146
[34b738a]: https://github.com/ebu/ebu_adm_renderer/commit/34b738a
147147
[04533fc]: https://github.com/ebu/ebu_adm_renderer/commit/04533fc
148148
[222374a]: https://github.com/ebu/ebu_adm_renderer/commit/222374a
149+
[2.1.0]: https://github.com/ebu/ebu_adm_renderer/compare/2.0.0...2.1.0
149150
[2.0.0]: https://github.com/ebu/ebu_adm_renderer/compare/1.2.0...2.0.0
150151
[1.2.0]: https://github.com/ebu/ebu_adm_renderer/compare/1.1.2...1.2.0
151152
[1.1.2]: https://github.com/ebu/ebu_adm_renderer/compare/1.1.1...1.1.2

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
setup(
44
name='ear',
55
description='EBU ADM Renderer',
6-
version='2.0.0',
6+
version='2.1.0',
77

88
url='https://github.com/ebu/ebu_adm_renderer',
99

0 commit comments

Comments
 (0)