Skip to content

Commit

Permalink
raw_string
Browse files Browse the repository at this point in the history
  • Loading branch information
TedSjoblom committed Jun 15, 2024
1 parent 03f3434 commit 23b7271
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions messages/subjects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
# Raw
raw:
schema: keelson.primitives.TimestampedBytes
raw_string:
schema: keelson.primitives.TimestampedString

# Primitive payloads

Expand Down
2 changes: 1 addition & 1 deletion sdks/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "keelson-js",
"version": "0.3.7-pre.20",
"version": "0.3.7-pre.21",
"description": "",
"main": "index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion sdks/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def read(fname):

setup(
name="keelson",
version="0.3.7-pre.20",
version="0.3.7-pre.21",
license="Apache License 2.0",
description="A python Software Development Kit for keelson",
long_description=read("README.md"),
Expand Down

0 comments on commit 23b7271

Please sign in to comment.