Browse Source

after some testing, updated version numbers and release 0.9.2

Helmut Pozimski 9 years ago
parent
commit
3bbf882e8b
3 changed files with 8 additions and 2 deletions
  1. 6 0
      debian/changelog
  2. 1 1
      setup.py
  3. 1 1
      stdd

+ 6 - 0
debian/changelog

@@ -1,3 +1,9 @@
+stdd (0.9.2-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Helmut Pozimski <helmut@pozimski.eu>  Mon, 14 Jul 2014 18:52:00 +0200
+
 stdd (0.9.2~beta-1) unstable; urgency=low
 
   * New upstream beta release

+ 1 - 1
setup.py

@@ -10,7 +10,7 @@ from distutils.core import setup
 
 setup(
     name="stdd",
-    version="0.9.1",
+    version="0.9.2",
     author_email="helmut@pozimski.eu",
     description="stdd, simple time display daemon",
     long_description=("stdd is a small daemon written in python which displays"

+ 1 - 1
stdd

@@ -28,7 +28,7 @@ parameters, only 3 are currently defined:
     * --config (path to configuration file)
 
 """
-parser = OptionParser(prog="stdd", version="%prog 0.9.1", add_help_option=True)
+parser = OptionParser(prog="stdd", version="%prog 0.9.2", add_help_option=True)
 parser.add_option("-d", "--daemon", action="store_true", dest="daemon",
                   help="run stdd as daemon")
 parser.add_option("-u", "--user", dest="user", help="define an unprivileged \