Browse Source

salabots replay

Ivars 6 years ago
parent
commit
c02370537e
4 changed files with 6 additions and 3 deletions
  1. 1
    1
      Contents/Code/__init__.py
  2. 1
    1
      Contents/VERSION
  3. 3
    0
      changelog.md
  4. 1
    1
      pmake.bat

+ 1
- 1
Contents/Code/__init__.py View File

@@ -5,7 +5,7 @@ try:
5 5
 except:
6 6
     pass
7 7
 
8
-VERSION = "0.1.27"
8
+VERSION = "0.1.29"
9 9
 CHANNEL_NAME = "PlayStream"
10 10
 PREFIX   = '/video/playstream'
11 11
 DEV = True if Platform.MachineIdentifier == 'Unit testing' else False

+ 1
- 1
Contents/VERSION View File

@@ -1 +1 @@
1
-0.1.27
1
+0.1.28

+ 3
- 0
changelog.md View File

@@ -1,3 +1,6 @@
1
+**0.1.28** (12.10.2018)
2
+- [bugfix] Salabots replay
3
+
1 4
 **0.1.28** (04.09.2018)
2 5
 - [bugfix] Salabots TVPlay (raidījumu kategorijas)
3 6
 

+ 1
- 1
pmake.bat View File

@@ -2,7 +2,7 @@
2 2
 
3 3
 :--- Pull content submodule ---
4 4
 pushd Contents\Libraries\Shared\content\
5
-git commit -a -m a
5
+git commit -a -m labojumi
6 6
 git checkout .
7 7
 git pull
8 8
 popd