Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
* Update version
  • Loading branch information
p0psicles committed Dec 23, 2021
1 parent 8508ffd commit ea0857c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
## Unreleased

#### New Features

#### Improvements
## 0.5.22 (23-12-2021)

#### Fixes
- Fix connecting to deluge version < 2.x ([10192](https://github.com/pymedusa/Medusa/pull/10192))
Expand Down
2 changes: 1 addition & 1 deletion medusa/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
log.logger.addHandler(logging.NullHandler())

INSTANCE_ID = text_type(uuid.uuid1())
VERSION = '0.5.21'
VERSION = '0.5.22'

USER_AGENT = 'Medusa/{version} ({system}; {release}; {instance})'.format(
version=VERSION, system=platform.system(), release=platform.release(),
Expand Down

0 comments on commit ea0857c

Please sign in to comment.