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
3434
3535# Updating the Major & Minor version below?
3636# 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 \
3838 --max-count=1 --format=format:% cI`)
3939
4040# # all : default task
Original file line number Diff line number Diff line change @@ -309,7 +309,8 @@ $graph:
309309 type : boolean?
310310 doc : |
311311 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.
313314
314315 - name : extends
315316 type :
@@ -321,7 +322,7 @@ $graph:
321322 refScope : 1
322323 doc : |
323324 Indicates that this record inherits fields from one or more base records.
324-
325+ Inherited fields may be re-specified to narrow their type.
325326 - name : specialize
326327 type :
327328 - SpecializeDef[]?
Original file line number Diff line number Diff line change 9090
9191setup (
9292 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 🙂
9494 description = "Schema Annotations for Linked Avro Data (SALAD)" ,
9595 long_description = open (README ).read (),
9696 long_description_content_type = "text/x-rst" ,
You can’t perform that action at this time.
0 commit comments