浏览代码

Update TODO

Helmut Pozimski 11 年之前
父节点
当前提交
bb369f2403
共有 3 个文件被更改,包括 5 次插入2 次删除
  1. 3 0
      TODO
  2. 1 1
      setup.py
  3. 1 1
      stov

+ 3 - 0
TODO

@@ -3,3 +3,6 @@ TODOs for 0.6:
 *Rework and correct strings
 *Compile localization files when installing instead of supplying binaries
 *Make the debian package lintian clean
+*Fix "C" locale
+*Fix python 3 module handling
+*Fix python version dependency

+ 1 - 1
setup.py

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

+ 1 - 1
stov

@@ -578,7 +578,7 @@ elif options.license is True:
 	along with stov.  If not, see <http://www.gnu.org/licenses/>.
 	""", outputlevel="default", level=conf.outputlevel, descriptor="stdout")
 elif options.version is True:
-	printf("0.5", outputlevel="default", level=conf.outputlevel,
+	printf("0.6", outputlevel="default", level=conf.outputlevel,
 		descriptor="stdout")
 else:
 	parser.print_help()