Skip to content

Commit

Permalink
Add release notes and increment version (#412)
Browse files Browse the repository at this point in the history
  • Loading branch information
rrooij authored Jul 17, 2023
1 parent 0bac93c commit fd5ecea
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# TerminusDB Python Client Release Notes

## v10.2.4

### Bug fixes

- Fix bug in prop conversion for lists from JSON schema
- Complete XSD types for tdbpy

## v10.2.3

### New
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "terminusdb-client"
version = "10.2.3"
version = "10.2.4"
description = "Python client for Terminus DB"
authors = ["TerminusDB group"]
license = "Apache Software License"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

setuptools.setup(
name="terminusdb-client",
version="10.2.3",
version="10.2.4",
author="TerminusDB group",
author_email="[email protected]",
description="Python client for Terminus DB",
Expand Down
2 changes: 1 addition & 1 deletion terminusdb_client/__version__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
__title__ = "terminusdb-client"
__description__ = "TerminusDB client library for accessing the Terminus DB API"
__url__ = ""
__version__ = "10.2.3"
__version__ = "10.2.4"
__build__ = 00
__author__ = "TerminusDB group"
__author_email__ = "[email protected]"
Expand Down

0 comments on commit fd5ecea

Please sign in to comment.