Skip to content

Commit

Permalink
Make the version to 2.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
billy3321 committed Jan 18, 2011
1 parent 8235ca4 commit 6f8bb39
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 6 deletions.
8 changes: 8 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
lazyscripts 0.2.3.9 (1/18/2011):

[changes]
* Move the ~/.lazyscripts directory to ~/.config/lazyscripts. Thanks to
Tualatrix.
* Now the Hide flag will work.
* Hide the set default button while click apply.

lazyscripts 0.2.3.7 (8/26/2010):

[changes]
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ PYTHON=`which python`
DESTDIR=/
BUILDIR=$(CURDIR)/debian/lazyscripts
PROJECT=lazyscripts
VERSION=0.2.3.7
VERSION=0.2.3.9

all:
@echo "make source - Create source package"
Expand Down
2 changes: 1 addition & 1 deletion lazyscripts/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__VERSION__ = "0.2.3.7"
__VERSION__ = "0.2.3.9"
__WEBURL__ = "http://www.lazyscripts.org/"
__BUGLIST__ = "https://bugs.launchpad.net/lazyscripts"
__MAIL__ = "lazyscripts-dev@googlegroup.com"
2 changes: 1 addition & 1 deletion po/en.po
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Hsin-Yi Chen (hychen) <ossug.hychen@gmail.com>, 2010.
msgid ""
msgstr ""
"Project-Id-Version: 0.2.3.7\n"
"Project-Id-Version: 0.2.3.9\n"
"POT-Creation-Date: 2010-07-04 19:48+CST\n"
"PO-Revision-Date: 2010-07-06 22:46+0800\n"
"Last-Translator: Vincent Petry <PVince81@lazyscripts.org>\n"
Expand Down
2 changes: 1 addition & 1 deletion po/zh_CN.po
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Hsin-Yi Chen (hychen) <ossug.hychen@gmail.com>, 2010.
msgid ""
msgstr ""
"Project-Id-Version: 0.2.3.7\n"
"Project-Id-Version: 0.2.3.9\n"
"POT-Creation-Date: 2010-07-04 19:48+CST\n"
"PO-Revision-Date: 2010-07-06 22:46+0800\n"
"Last-Translator: Billy Zhe-Wei Lin <billy3321@lazyscripts.org>\n"
Expand Down
2 changes: 1 addition & 1 deletion po/zh_TW.po
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Hsin-Yi Chen (hychen) <ossug.hychen@gmail.com>, 2010.
msgid ""
msgstr ""
"Project-Id-Version: 0.2.3.7\n"
"Project-Id-Version: 0.2.3.9\n"
"POT-Creation-Date: 2010-07-04 19:48+CST\n"
"PO-Revision-Date: 2010-07-06 22:46+0800\n"
"Last-Translator: Billy Zhe-Wei Lin <billy3321@lazyscripts.org>\n"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

setup(
name = 'Lazyscripts',
version = '0.2.3.7',
version = '0.2.3.9',
description = 'The scripts manager in Linux.',
long_description = """
Lazyscripts is just a scripts distrubtion tool and quick-installer in linux, which aims to provide a easy way to setup your working enviroment for people who need to install a new distrubution such as Debian,Ubuntu, or who want to have much better experiences in linux.
Expand Down

0 comments on commit 6f8bb39

Please sign in to comment.