OSDN Git Service

Prepare for Release of 4.3.9
authorShyouzou Sugitani <shy@users.sourceforge.jp>
Wed, 22 Feb 2012 11:02:54 +0000 (20:02 +0900)
committerShyouzou Sugitani <shy@users.sourceforge.jp>
Wed, 22 Feb 2012 11:02:54 +0000 (20:02 +0900)
ChangeLog
lib/ninix/version.py
setup.py

index 7ffeb9e..bbabf33 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+Wed February 22 2012   Shyouzou Sugitani <shy@users.sourceforge.jp>
+       * バージョン4.3.9リリース.
+
 Tue February 21 2012   Shyouzou Sugitani <shy@users.sourceforge.jp>
        * プラグインの保存していたデータが消える場合があるのを修正した. 
        * プラグインのstandard versionを2.3から2.4に上げた.
index e3c30cc..8d23af6 100644 (file)
@@ -10,7 +10,7 @@
 #  PURPOSE.  See the GNU General Public License for more details.
 #
 
-NUMBER = '4.3.8'
+NUMBER = '4.3.9'
 CODENAME = 'juggling eggs'
 
 VERSION = '{0} ({1})'.format(NUMBER, CODENAME)
index be53c1d..f7e5767 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -21,7 +21,7 @@ for lang in langs:
 
 setup(
     name = 'ninix-aya',
-    version = '4.3.8',
+    version = '4.3.9',
     package_dir = {'': 'lib'},
     packages=['ninix', 'ninix.dll'],
     scripts = ['lib/ninix_main.py', 'ninix_win32_postinst.py'],