Skip to content

Commit

Permalink
v 0.2.5 (2016_01_16) : --downloaddefaultcfg=[home|local]
Browse files Browse the repository at this point in the history
    o '-ddcfg' > '-dlcfg'
    o --downloaddefaultcfg takes now a parameter : 'local' or 'home';
      with 'home', the downloaded file is moved in the user's home directory.

    o improved read_parameters_from_cfgfile : test the existence of some values in the cfg file
    o (defaukt)katal.ini : fixed logfile's maximal size to 100 Mo
    o added the chart.txt file
    o welcome() : command line arguments are now displayed
    o improved the documentation in README.md

    o updated pylintrc (max-branches=18)

    o 6 tests, pylint=10.0 for the three Python scripts
    o version packaged and sent to Pypi (https://pypi.python.org/pypi/Katal)
  • Loading branch information
suizokukan committed Jan 16, 2016
1 parent 7fc9596 commit b43c679
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,23 @@ The name Katal is derived from the Ancient Greek κατάλογος ("enrolment,

[intended] v 0.2.6 : reduce the number of global constants

v 0.2.5 (2016_01_16) : --downloaddefaultcfg=[home|local]

o '-ddcfg' > '-dlcfg'
o --downloaddefaultcfg takes now a parameter : 'local' or 'home';
with 'home', the downloaded file is moved in the user's home directory.

o improved read_parameters_from_cfgfile : test the existence of some values in the cfg file
o (defaukt)katal.ini : fixed logfile's maximal size to 100 Mo
o added the chart.txt file
o welcome() : command line arguments are now displayed
o improved the documentation in README.md

o updated pylintrc (max-branches=18)

o 6 tests, pylint=10.0 for the three Python scripts
o version packaged and sent to Pypi (https://pypi.python.org/pypi/Katal)

v 0.2.4 (2016_01_15) : --mirroronly, logfiles are now sliced if too large

o new option : -si/--sourceinfos
Expand Down
2 changes: 1 addition & 1 deletion katal/katal.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
# see https://pypi.python.org/pypi?%3Aaction=list_classifiers
__licensepipy__ = 'License :: OSI Approved :: GNU General Public License v3 (GPLv3)'
# see https://www.python.org/dev/peps/pep-0440/ e.g 0.1.2.dev1
__version__ = "0.2.5a"
__version__ = "0.2.5"
__maintainer__ = "Xavier Faure (suizokukan)"
__email__ = "suizokukan @T orange D@T fr"
__status__ = "Beta"
Expand Down

0 comments on commit b43c679

Please sign in to comment.