Skip to content

Commit a221845

Browse files
authored
prepare to release version 8.4 (#656)
1 parent a5c9f18 commit a221845

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)

setup.py

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

107107
setup(
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",

0 commit comments

Comments
 (0)