Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
SiCKRAGE
sickrage
Commits
0107a365
Commit
0107a365
authored
Aug 24, 2021
by
echel0n
Browse files
[TASK] Pre-Releasing v10.0.33.dev2
parent
3222e028
Changes
7
Expand all
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
0107a365
...
...
@@ -2,7 +2,7 @@
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
#### [v10.0.33.dev
1
](https://git.sickrage.ca/SiCKRAGE/sickrage/compare/10.0.32...v10.0.33.dev
1
)
#### [v10.0.33.dev
2
](https://git.sickrage.ca/SiCKRAGE/sickrage/compare/10.0.32...v10.0.33.dev
2
)
#### [10.0.32](https://git.sickrage.ca/SiCKRAGE/sickrage/compare/10.0.31...10.0.32)
...
...
package.json
View file @
0107a365
{
"name"
:
"sickrage"
,
"version"
:
"10.0.33.dev
1
"
,
"version"
:
"10.0.33.dev
2
"
,
"private"
:
true
,
"repository"
:
{
"type"
:
"git"
,
...
...
setup.cfg
View file @
0107a365
[bumpversion]
current_version = 10.0.33.dev
1
current_version = 10.0.33.dev
2
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<dev>\d+))?
...
...
sickrage/__init__.py
View file @
0107a365
...
...
@@ -19,7 +19,7 @@
# along with SiCKRAGE. If not, see <http://www.gnu.org/licenses/>.
# ##############################################################################
__version__
=
"10.0.33.dev
1
"
__version__
=
"10.0.33.dev
2
"
__install_type__
=
""
import
argparse
...
...
sickrage/checksums.md5
View file @
0107a365
This diff is collapsed.
Click to expand it.
sickrage/core/webserver/static/js/core.min.js
View file @
0107a365
This diff is collapsed.
Click to expand it.
sickrage/version.txt
View file @
0107a365
10.0.33.dev1
\ No newline at end of file
10.0.33.dev2
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment