Skip to content

Commit

Permalink
v 0.2.6 (2016_01_17) : reduced the number of global constants
Browse files Browse the repository at this point in the history
    o removed FULLNAME_DATABASE, TARGET_PATH,SOURCE_PATH, SOURCENAME_MAXLENGTH,
      TAGSSTR_MAXLENGTH, HASHID_MAXLENGTH and TARGETNAME_MAXLENGTH constants.

    o fixed tests/tests.py + tests/cfgfile5.ini ("c.5" -> "^c.5$")
    o the value of DTIME_FORMAT_LENGTH is now automatically computed .
    o improved the documentation in README.md and chart.txt
    o improved messages in various functions

    o updated pylintrc (max-locals=16)

    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 17, 2016
1 parent 85c4baf commit 0c05985
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,20 @@ The name Katal is derived from the Ancient Greek κατάλογος ("enrolment,

#(7) history / future versions

[intended] v 0.2.6 : reduce the number of global constants (next:TARGET_PATH)
v 0.2.6 (2016_01_17) : reduced the number of global constants

o removed FULLNAME_DATABASE, TARGET_PATH,SOURCE_PATH, SOURCENAME_MAXLENGTH,
TAGSSTR_MAXLENGTH, HASHID_MAXLENGTH and TARGETNAME_MAXLENGTH constants.

o fixed tests/tests.py + tests/cfgfile5.ini ("c.5" -> "^c.5$")
o the value of DTIME_FORMAT_LENGTH is now automatically computed .
o improved the documentation in README.md and chart.txt
o improved messages in various functions

o updated pylintrc (max-locals=16)

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.5 (2016_01_16) : --downloaddefaultcfg=[home|local]

Expand Down
2 changes: 1 addition & 1 deletion katal/katal.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
import unicodedata

__projectname__ = "Katal"
__version__ = "0.2.6a" # see https://www.python.org/dev/peps/pep-0440/ e.g 0.1.2.dev1
__version__ = "0.2.6" # see https://www.python.org/dev/peps/pep-0440/ e.g 0.1.2.dev1
__author__ = "Xavier Faure (suizokukan)"
__copyright__ = "Copyright 2015, suizokukan"
__license__ = "GPL-3.0"
Expand Down

0 comments on commit 0c05985

Please sign in to comment.