Skip to content

Commit ac4a97c

Browse files
committed
Release v0.2.0
1 parent a3f5d98 commit ac4a97c

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
Version 0.2.0
2+
-------------
3+
4+
:Date: November 16, 2022
5+
6+
* Updated to Obelisk v3 stable deployment
7+
18
Version 0.1.1
29
-------------
310

example/consumer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,4 @@
3434
}
3535
}
3636
events = consumer.events(['60a6665536e9be3139e58f7b'], metrics=['event::json'], filter_=filter_thing)
37+
print(events)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "obelisk-py"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
description = "Python client for Obelisk (v3)"
55
authors = ["Pieter Moens <[email protected]>"]
66
packages = [

0 commit comments

Comments
 (0)