Skip to content

Commit

Permalink
v 0.3.2 (2016_01_25) : added the --verbosity argument, removed the --…
Browse files Browse the repository at this point in the history
…mute argument.

    o added the --verbosity argument, removed the --mute argument

    o katal.py : removed from the messages the hideous 'WARNING' word
    o katal.py::fill_select__checks() : improved message

    o 6 tests, pylint=10.0 for the four Python scripts
    o version packaged and sent to Pypi (https://pypi.python.org/pypi/Katal)
  • Loading branch information
suizokukan committed Jan 26, 2016
1 parent d8aa852 commit 7e22a95
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#(1) Katal (0.3.1)
#(1) Katal (0.3.2)
A (Python3/GPLv3/OSX-Linux-Windows/CLI) project, using no additional modules than the ones installed with Python3. This project requires the installation of *one* file (katal.py) with *one* configuration file per target directory.

Create a catalogue from various source directories, without any duplicate. Add some tags to the files.
Expand Down
2 changes: 1 addition & 1 deletion fill_readme.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# -*- coding: utf-8 -*-
################################################################################
# Katal Copyright (C) 2012 Suizokukan
# Contact: suizokukan _A.T._ orange dot fr
Expand Down
4 changes: 2 additions & 2 deletions katal/katal.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@
#
#===============================================================================
__projectname__ = "Katal"
__version__ = "0.3.2a"
__laststableversion__ = "0.3.1" # when modifying this line, do not forget to launch fill_README.py
__version__ = "0.3.2"
__laststableversion__ = "0.3.2" # when modifying this line, do not forget to launch fill_README.py
__author__ = "Xavier Faure (suizokukan / 94.23.197.37)"
__copyright__ = "Copyright 2015, suizokukan"
__license__ = "GPL-3.0"
Expand Down
10 changes: 9 additions & 1 deletion roadmap.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
v 0.3.2 (2016_01_25) : --verbose option
v 0.3.2 (2016_01_25) : added the --verbosity argument, removed the --mute argument.

o added the --verbosity argument, removed the --mute argument

o katal.py : removed from the messages the hideous 'WARNING' word
o katal.py::fill_select__checks() : improved message

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

v 0.3.1 (2016_01_25) : better messages

Expand Down

0 comments on commit 7e22a95

Please sign in to comment.