Skip to content

Commit a89b89c

Browse files
committed
Prepare next development version 0.51.2-SNAPSHOT
Signed-off-by: Willy Lulciuc <willy.lulciuc@gmail.com>
1 parent 27a4a13 commit a89b89c

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.circleci/api-load-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
set -e
1515

1616
# Build version of Marquez
17-
readonly MARQUEZ_VERSION=0.52.0-SNAPSHOT
17+
readonly MARQUEZ_VERSION=0.51.2-SNAPSHOT
1818
# Fully qualified path to marquez.jar
1919
readonly MARQUEZ_JAR="api/build/libs/marquez-api-${MARQUEZ_VERSION}.jar"
2020

clients/python/marquez_client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# -*- coding: utf-8 -*-
55

66
__author__ = """Marquez Project"""
7-
__version__ = "0.52.0"
7+
__version__ = "0.51.2"
88

99
from marquez_client.client import MarquezClient # noqa: F401
1010
from marquez_client.clients import Clients # noqa: F401

clients/python/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.52.0
2+
current_version = 0.51.2
33
commit = False
44
tag = False
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?P<rc>.*)

clients/python/setup.py

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

2626
setup(
2727
name="marquez-python",
28-
version="0.52.0",
28+
version="0.51.2",
2929
description="Marquez Python Client",
3030
long_description=readme,
3131
long_description_content_type="text/markdown",

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ org.gradle.jvmargs=--add-exports jdk.compiler/com.sun.tools.javac.api=ALL-UNNAME
77
--add-exports jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED \
88
--add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED
99

10-
version=0.51.1
10+
version=0.51.2-SNAPSHOT

spec/openapi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
openapi: 3.0.2
44
info:
55
title: Marquez
6-
version: 0.51.1
6+
version: 0.51.2-SNAPSHOT
77
description: Marquez is an open source **metadata service** for the **collection**, **aggregation**,
88
and **visualization** of a data ecosystem's metadata.
99
license:

0 commit comments

Comments
 (0)