Skip to content

Commit 2c83645

Browse files
authored
bump to 6.0 as there are backwards incompatible changes (#333)
1 parent ea0518b commit 2c83645

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ COVBASE=coverage run --branch --append --source=${MODULE} \
3333

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

3939
## all : default task

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100

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

0 commit comments

Comments
 (0)