Browse Source

Release 0.4

Helmut Pozimski 11 years ago
parent
commit
d56373ff8a
2 changed files with 2 additions and 2 deletions
  1. 1 1
      CHANGELOG
  2. 1 1
      stov.py

+ 1 - 1
CHANGELOG

@@ -1,4 +1,4 @@
-0.4 (WIP)
+0.4
 ----
 
 * Added title checking to filter unrelated results from subscriptions with search strings

+ 1 - 1
stov.py

@@ -570,7 +570,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.4wip", outputlevel="default", level=conf.outputlevel,
+	printf("0.4", outputlevel="default", level=conf.outputlevel,
 		descriptor="stdout")
 else:
 	parser.print_help()