-
Notifications
You must be signed in to change notification settings - Fork 278
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6824 from pymedusa/release/release-0.3.3
Release 0.3.3
- Loading branch information
Showing
168 changed files
with
6,149 additions
and
2,016 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
recursive-include medusa *.py | ||
graft themes | ||
|
||
graft ext | ||
graft ext2 | ||
graft ext3 | ||
graft lib | ||
graft lib2 | ||
graft lib3 | ||
|
||
graft runscripts | ||
|
||
include CHANGELOG.md | ||
include COPYING.txt | ||
include readme.md | ||
include requirements.txt | ||
include SickBeard.py | ||
include start.py | ||
|
||
global-exclude __pycache__ | ||
global-exclude *.py[cod] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# mako/__init__.py | ||
# Copyright (C) 2006-2016 the Mako authors and contributors <see AUTHORS file> | ||
# Copyright 2006-2019 the Mako authors and contributors <see AUTHORS file> | ||
# | ||
# This module is part of Mako and is released under | ||
# the MIT License: http://www.opensource.org/licenses/mit-license.php | ||
|
||
|
||
__version__ = '1.0.10' | ||
__version__ = '1.0.12' |
Oops, something went wrong.