comparison data_schema/__init__.py @ 51:682c32265978 v0.3

+++++ v0.3
author Franz Glasner <fzglas.hg@dom66.de>
date Thu, 03 Aug 2023 09:26:16 +0200
parents 6b8fcd0d2175
children
comparison
equal deleted inserted replaced
50:0dd9a251f884 51:682c32265978
12 See :ref:`LICENSE.txt <license>` for details. 12 See :ref:`LICENSE.txt <license>` for details.
13 :ID: @(#) $Header$ 13 :ID: @(#) $Header$
14 14
15 """ 15 """
16 16
17 __version__ = "0.3.dev1" 17 __version__ = "0.3"
18 18
19 __revision__ = "|VCSRevision|" 19 __revision__ = "|VCSRevision|"
20 20
21 __date__ = "|VCSJustDate|" 21 __date__ = "|VCSJustDate|"
22 22