Skip to content

Commit

Permalink
Merge pull request #11695 from pymedusa/sync-master-dev
Browse files Browse the repository at this point in the history
Sync master & develop
  • Loading branch information
medariox authored Apr 3, 2024
2 parents a80d286 + b1bf7d9 commit b4b136f
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@

-----

## 1.0.21 (03-04-2024)

#### Improvements
- Add testing for providers requiring authorization (Thanks to @k0mmsussert0d)
- Add many network timezones (Thanks to @YogSottot)

#### Fixes
- Fix file browser not displaying correctly

-----

## 1.0.20 (27-03-2024)

#### 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.20'
VERSION = '1.0.21'

USER_AGENT = 'Medusa/{version} ({system}; {release}; {instance})'.format(
version=VERSION, system=platform.system(), release=platform.release(),
Expand Down
2 changes: 1 addition & 1 deletion themes/dark/assets/js/medusa-runtime.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion themes/light/assets/js/medusa-runtime.js.map

Large diffs are not rendered by default.

0 comments on commit b4b136f

Please sign in to comment.