Browse Source

release 1.0

Helmut Pozimski 6 years ago
parent
commit
908e58d567
4 changed files with 9 additions and 3 deletions
  1. 6 0
      debian/changelog
  2. 1 1
      doc/conf.py
  3. 1 1
      lib_stov/main.py
  4. 1 1
      setup.py

+ 6 - 0
debian/changelog

@@ -1,3 +1,9 @@
+stov (1.0.0-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Helmut Pozimski <helmut@pozimski.eu>  Thu, 21 Sep 2017 18:51:00 +0200
+
 stov (0.9.3-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.0'
 # The full version, including alpha/beta/rc tags.
-release = '1.0rc1'
+release = '1.0'
 
 # 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.0rc1")
+        logger.info("1.0")
     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.0rc1",
+    version="1.0",
     author="Helmut Pozimski",
     author_email="helmut@pozimski.eu",
     description=("a program to subscribe to channels and users from youtube and"