Skip to content

Commit 8f0a722

Browse files
committed
Bump version to 0.2.1
1 parent 8ea09e8 commit 8f0a722

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

7+
## [0.2.1]
8+
9+
### Fixed
10+
- Fixes update process encoding for macOS systems
11+
712
## [0.2.0]
813

914
### Fixed

open_dubbing/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import logging
22

3-
__version__ = "0.2.0"
3+
__version__ = "0.2.1"
44

55

66
def logger():

0 commit comments

Comments
 (0)