File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ COVBASE=coverage run --append
3232
3333# Updating the Major & Minor version below?
3434# Don't forget to update setup.py as well
35- VERSION =8.3 .$(shell date +% Y% m% d% H% M% S --utc --date=`git log --first-parent \
35+ VERSION =8.4 .$(shell date +% Y% m% d% H% M% S --utc --date=`git log --first-parent \
3636 --max-count=1 --format=format:% cI`)
3737
3838# # all : default task (install schema-salad in dev mode)
Original file line number Diff line number Diff line change 106106
107107setup (
108108 name = "schema-salad" ,
109- version = "8.3 " , # update the VERSION prefix in the Makefile as well 🙂
109+ version = "8.4 " , # update the VERSION prefix in the Makefile as well 🙂
110110 description = "Schema Annotations for Linked Avro Data (SALAD)" ,
111111 long_description = open (README ).read (),
112112 long_description_content_type = "text/x-rst" ,
You can’t perform that action at this time.
0 commit comments