Browse Source

update changelogs for the 1.2.1 release

Helmut Pozimski 5 years ago
parent
commit
82be673689
5 changed files with 16 additions and 3 deletions
  1. 7 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

+ 7 - 0
CHANGELOG

@@ -1,3 +1,10 @@
+1.2.1
+---
+
+* Changed code to use Singletons where applicable
+* Don't append empty strings to list of videos for Youtube
+* Improve error handling for http errors and socket timeouts for the ZDF Mediathek
+
 1.2
 ---
 

+ 6 - 0
debian/changelog

@@ -1,3 +1,9 @@
+stov (1.2.1-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Helmut Pozimski <helmut@pozimski.eu>  Tue, 27 Nov 2018 11:08:00 +0100
+
 stov (1.2-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.2'
 # The full version, including alpha/beta/rc tags.
-release = '1.2'
+release = '1.2.1'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.

+ 1 - 1
lib_stov/main.py

@@ -69,7 +69,7 @@ def main():
     elif arguments.license:
         program.print_license()
     elif arguments.version:
-        logger.info("1.2")
+        logger.info("1.2.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.2",
+    version="1.2.1",
     author="Helmut Pozimski",
     author_email="helmut@pozimski.eu",
     description=("a program to subscribe to channels and users from youtube and"