File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 55 Date : 2021-05-19
66
77 Copyright : Copyright (C) 2021 Felix C. Stegerman
8- Version : v0.2.1
8+ Version : v0.2.2
99 License : AGPLv3+
1010
1111}}}1 -->
Original file line number Diff line number Diff line change 55#
66# File : kanjidraw/gui.py
77# Maintainer : Felix C. Stegerman <[email protected] > 8- # Date : 2021-05-18
8+ # Date : 2021-05-19
99#
1010# Copyright : Copyright (C) 2021 Felix C. Stegerman
11- # Version : v0.2.1
11+ # Version : v0.2.2
1212# License : AGPLv3+
1313#
1414# -- ; }}}1
Original file line number Diff line number Diff line change 55#
66# File : kanjidraw/lib.py
77# Maintainer : Felix C. Stegerman <[email protected] > 8- # Date : 2021-05-18
8+ # Date : 2021-05-19
99#
1010# Copyright : Copyright (C) 2021 Felix C. Stegerman
11- # Version : v0.2.1
11+ # Version : v0.2.2
1212# License : AGPLv3+
1313#
1414# -- ; }}}1
7777from collections import namedtuple
7878from enum import Enum
7979
80- __version__ = "0.2.1 "
80+ __version__ = "0.2.2 "
8181
8282DATAFILE = os .path .join (os .path .dirname (__file__ ), "data.json" )
8383
You can’t perform that action at this time.
0 commit comments