Skip to content

Commit 6ad3063

Browse files
authored
Rapidjson (#62)
* increased rapid-json version to abve 1.0.0 (it seem slike 1.8.0) works. Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com> * increased version number Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com> * fixed package deploymend/check issue Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com> Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
1 parent 63472ec commit 6ad3063

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ Changelog
77
=========
88

99
0.11.0 (2022-09-15)
10-
------------------
10+
-------------------
1111
Changed
1212
^^^^^^^
1313
* Breaking: fixed the faulty default placemnt of the "data"-tag into assets. Thereby caused obfuscation got removed.
14-
* Breaking: adjusted to the IPLD definitions of planetmint.
14+
* Breaking: adjusted to the IPLD definitions of planetmint.
1515

1616
0.6.2 (2022-09-08)
1717
------------------

planetmint_driver/__init__.py

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

88
__author__ = "Planetmint"
99
__email__ = "devs@planetmint.com"
10-
__version__ = "0.11.0"
10+
__version__ = "0.11.1"

setup.py

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

5353
setup(
5454
name="planetmint_driver",
55-
version="0.11.0",
55+
version="0.11.1",
5656
description="Python driver for Planetmint",
5757
long_description=readme + "\n\n" + changelog,
5858
long_description_content_type="text/x-rst",

0 commit comments

Comments
 (0)