changeset 34:9a3da5a008fc v0.2

+++++ v0.2
author Franz Glasner <fzglas.hg@dom66.de>
date Wed, 19 Jul 2023 09:19:46 +0200
parents 94373b57ae0a
children dbd4a3a0297d
files CHANGES.txt README.txt data_schema/__init__.py
diffstat 3 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGES.txt	Wed Jul 19 09:11:05 2023 +0200
+++ b/CHANGES.txt	Wed Jul 19 09:19:46 2023 +0200
@@ -13,8 +13,8 @@
 Pre-1.0 Series
 ==============
 
-n/a
----
+v0.2 (2023-07-19)
+-----------------
 
 - **[breaking]**
   Use ``$type`` instead of ``type`` to mark a schema or sub-schema
--- a/README.txt	Wed Jul 19 09:11:05 2023 +0200
+++ b/README.txt	Wed Jul 19 09:19:46 2023 +0200
@@ -3,7 +3,7 @@
 .. _README:
 
 :Author:      Franz Glasner <fzglas.hg@dom66.de>
-:Version:     0.1
+:Version:     0.2
 :Date:        |VCSJustDate|
 :Copyright:   \(c) 2023 Franz Glasner
 :License:     BSD 3-Clause "New" or "Revised" License.
--- a/data_schema/__init__.py	Wed Jul 19 09:11:05 2023 +0200
+++ b/data_schema/__init__.py	Wed Jul 19 09:19:46 2023 +0200
@@ -14,7 +14,7 @@
 
 """
 
-__version__ = "0.1"
+__version__ = "0.2"
 
 __revision__ = "|VCSRevision|"