Browse Source

release version 1.1

Helmut Pozimski 6 years ago
parent
commit
0257a1d265
5 changed files with 10 additions and 3 deletions
  1. 1 0
      CHANGELOG
  2. 6 0
      debian/changelog
  3. 1 1
      doc/conf.py
  4. 1 1
      lib_stov/main.py
  5. 1 1
      setup.py

+ 1 - 0
CHANGELOG

@@ -5,6 +5,7 @@
 * Added supported video site Twitch.tv
 * Added supported video site Vid.me
 * Implemented execution of update and download only for specific subscriptions
+* Removed time-consuming calls to youtube-dl with "--match-title"
 
 1.0
 ---

+ 6 - 0
debian/changelog

@@ -1,3 +1,9 @@
+stov (1.1.0-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Helmut Pozimski <helmut@pozimski.eu>  Tue, 03 Oct 2017 22:52:00 +0200
+
 stov (1.0.0-1) unstable; urgency=low
 
   * New upstream release

+ 1 - 1
doc/conf.py

@@ -54,7 +54,7 @@ copyright = (u"2017, Helmut Pozimski License GPLv2, GNU GPL version 2 "
 # The short X.Y version.
 version = '1.1'
 # The full version, including alpha/beta/rc tags.
-release = '1.1wip'
+release = '1.1'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.

+ 1 - 1
lib_stov/main.py

@@ -71,7 +71,7 @@ def main():
     elif arguments.license:
         program.print_license()
     elif arguments.version:
-        logger.info("1.1wip")
+        logger.info("1.1")
     else:
         parser.print_help()
     helpers.remove_lock()

+ 1 - 1
setup.py

@@ -24,7 +24,7 @@ from distutils.core import setup
 
 setup(
     name="stov",
-    version="1.1wip",
+    version="1.1",
     author="Helmut Pozimski",
     author_email="helmut@pozimski.eu",
     description=("a program to subscribe to channels and users from youtube and"