Skip to content

Commit

Permalink
Merge pull request #8805 from pymedusa/merge-master-develop
Browse files Browse the repository at this point in the history
Merge master develop
  • Loading branch information
medariox authored Nov 30, 2020
2 parents 7af1765 + d018c95 commit c4eb0c1
Show file tree
Hide file tree
Showing 14 changed files with 25 additions and 15 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
## Unreleased

#### New Features

#### Improvements

#### Fixes

## 0.5.0 (30-11-2020)

First Python 3.x version

#### New Features
- Separate proxy configs for Providers, Indexers, CLients (torrent/nzb) and others ([8605](https://github.com/pymedusa/Medusa/pull/8605))

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.4.6'
VERSION = '0.5.0'
USER_AGENT = 'Medusa/{version} ({system}; {release}; {instance})'.format(
version=VERSION, system=platform.system(), release=platform.release(),
instance=INSTANCE_ID)
Expand Down
2 changes: 1 addition & 1 deletion themes/dark/assets/js/app.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion themes/dark/assets/js/index.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c4eb0c1

Please sign in to comment.