Browse Source

update changelogs for the 1.2 release

Helmut Pozimski 6 years ago
parent
commit
3ff33c64ac
4 changed files with 16 additions and 3 deletions
  1. 7 0
      CHANGELOG
  2. 6 0
      debian/changelog
  3. 2 2
      doc/conf.py
  4. 1 1
      setup.py

+ 7 - 0
CHANGELOG

@@ -1,3 +1,10 @@
+1.2
+---
+
+* Remove vid.me since the site disappeared
+* Implement automatic removal of no longer supported video sites
+* Use alternative attribute "brandTitle" to find videos in the ZDF Mediathek
+
 1.1.1
 ---
 

+ 6 - 0
debian/changelog

@@ -1,3 +1,9 @@
+stov (1.2-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Helmut Pozimski <helmut@pozimski.eu>  Sat, 03 Feb 2018 12:25:00 +0100
+
 stov (1.1.1-1) unstable; urgency=low
 
   * New upstream release

+ 2 - 2
doc/conf.py

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

+ 1 - 1
setup.py

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