Skip to content

Commit

Permalink
Merge pull request #11368 from pymedusa/sync-master-develop
Browse files Browse the repository at this point in the history
Sync master develop
  • Loading branch information
medariox authored Jun 29, 2023
2 parents 701438b + 9d9e50d commit fb183ae
Show file tree
Hide file tree
Showing 19 changed files with 12,748 additions and 16,974 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,20 @@

-----

## 1.0.17 (29-06-2023)

#### New Features
- Add TheOldSchool torrent provider (Thanks to @IamMika23)

#### Improvements
- Update IPTorrents default domain
- Update many dependencies

#### Fixes
- Fix saving order of various tables

-----

## 1.0.16 (27-05-2023)

#### Improvements
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 = '1.0.16'
VERSION = '1.0.17'

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

0 comments on commit fb183ae

Please sign in to comment.