File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ COVBASE=coverage run --append
34
34
35
35
# Updating the Major & Minor version below?
36
36
# Don't forget to update setup.py as well
37
- VERSION =8.2 .$(shell date +% Y% m% d% H% M% S --utc --date=`git log --first-parent \
37
+ VERSION =8.3 .$(shell date +% Y% m% d% H% M% S --utc --date=`git log --first-parent \
38
38
--max-count=1 --format=format:% cI`)
39
39
40
40
# # all : default task
Original file line number Diff line number Diff line change @@ -309,7 +309,8 @@ $graph:
309
309
type : boolean?
310
310
doc : |
311
311
If true, this record is abstract and may be used as a base for other
312
- records, but is not valid on its own.
312
+ records, but is not valid on its own. Inherited fields may be
313
+ re-specified to narrow their type.
313
314
314
315
- name : extends
315
316
type :
@@ -321,7 +322,7 @@ $graph:
321
322
refScope : 1
322
323
doc : |
323
324
Indicates that this record inherits fields from one or more base records.
324
-
325
+ Inherited fields may be re-specified to narrow their type.
325
326
- name : specialize
326
327
type :
327
328
- SpecializeDef[]?
Original file line number Diff line number Diff line change 90
90
91
91
setup (
92
92
name = "schema-salad" ,
93
- version = "8.2 " , # update the VERSION prefix in the Makefile as well 🙂
93
+ version = "8.3 " , # update the VERSION prefix in the Makefile as well 🙂
94
94
description = "Schema Annotations for Linked Avro Data (SALAD)" ,
95
95
long_description = open (README ).read (),
96
96
long_description_content_type = "text/x-rst" ,
You can’t perform that action at this time.
0 commit comments