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
d4632034
Commit
d4632034
authored
Jun 26, 2022
by
echel0n
Browse files
sync master <-> develop branches
parent
f772e7d2
Changes
4
Hide whitespace changes
Inline
Side-by-side
package.json
View file @
d4632034
{
"name"
:
"sickrage"
,
"version"
:
"10.0.6
6
"
,
"version"
:
"10.0.6
7.dev1
"
,
"private"
:
true
,
"repository"
:
{
"type"
:
"git"
,
...
...
setup.cfg
View file @
d4632034
[bumpversion]
current_version = 10.0.6
6
current_version = 10.0.6
7.dev1
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 @
d4632034
...
...
@@ -19,7 +19,7 @@
# along with SiCKRAGE. If not, see <http://www.gnu.org/licenses/>.
# ##############################################################################
__version__
=
"10.0.6
6
"
__version__
=
"10.0.6
7.dev1
"
__install_type__
=
""
import
sys
...
...
sickrage/version.txt
View file @
d4632034
10.0.66
\ No newline at end of file
10.0.67.dev1
\ 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