Skip to content

Commit

Permalink
bump to 6.0 as there are backwards incompatible changes (#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed May 23, 2020
1 parent ea0518b commit 2c83645
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -33,7 +33,7 @@ COVBASE=coverage run --branch --append --source=${MODULE} \

# Updating the Major & Minor version below?
# Don't forget to update setup.py as well
VERSION=5.1.$(shell date +%Y%m%d%H%M%S --utc --date=`git log --first-parent \
VERSION=6.0.$(shell date +%Y%m%d%H%M%S --utc --date=`git log --first-parent \
--max-count=1 --format=format:%cI`)

## all : default task
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -100,7 +100,7 @@

setup(
name="schema-salad",
version="5.1", # update the VERSION prefix in the Makefile as well 🙂
version="6.0", # update the VERSION prefix in the Makefile as well 🙂
description="Schema Annotations for Linked Avro Data (SALAD)",
long_description=open(README).read(),
long_description_content_type="text/x-rst",
Expand Down

0 comments on commit 2c83645

Please sign in to comment.