Bump version

This commit is contained in:
2019-06-30 16:50:48 +02:00
parent f0a9e5f85d
commit 2e50401a18
2 changed files with 5 additions and 5 deletions

View File

@@ -10,8 +10,8 @@ Changelog:
1.0 Initial release 1.0 Initial release
Author: Roman 'gryf' Dobosz <gryf73@gmail.com> Author: Roman 'gryf' Dobosz <gryf73@gmail.com>
Date: 2013-05-12 Date: 2019-06-30
Version: 1.1 Version: 2.0
Licence: BSD Licence: BSD
""" """
import argparse import argparse

6
ulha
View File

@@ -7,14 +7,14 @@ Tested against python 3.6, lha[1] 1.14 and mc 4.8.22
[1] http://lha.sourceforge.jp [1] http://lha.sourceforge.jp
Changelog: Changelog:
2.0 Switch to python3 1.3 Switch to python3
1.2 Moved item pattern to extfslib module 1.2 Moved item pattern to extfslib module
1.1 Moved common code into extfslib library 1.1 Moved common code into extfslib library
1.0 Initial release 1.0 Initial release
Author: Roman 'gryf' Dobosz <gryf73@gmail.com> Author: Roman 'gryf' Dobosz <gryf73@gmail.com>
Date: 2013-05-16 Date: 2019-06-30
Version: 1.2 Version: 1.3
Licence: BSD Licence: BSD
""" """
import os import os