Skip to content

Commit 68bdd22

Browse files
committed
Merge branch 'master' of github.com:galogm/graph_datasets
2 parents de0953e + 74c3108 commit 68bdd22

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33

44

5+
## v0.11.1 (2024-01-02)
6+
7+
### Fix
8+
9+
* fix: add xticks and xtick_labels for draw_chart ([`eaa5422`](https://github.com/galogm/graph_datasets/commit/eaa5422ad8aa5158e8fabde2200674776f3dd914))
10+
11+
512
## v0.11.0 (2023-12-25)
613

714
### Chore

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
author = 'Galo.gm'
2222

2323
# The full version, including alpha/beta/rc tags
24-
release = '0.11.0'
24+
release = '0.11.1'
2525

2626

2727
# -- General configuration ---------------------------------------------------

graph_datasets/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Graph Datasets
22
"""
3-
__version__ = "0.11.0"
3+
__version__ = "0.11.1"
44

55
from .load_data import load_data
66
from .utils import *

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "graph_datasets"
7-
version = "0.11.0"
7+
version = "0.11.1"
88
authors = [{ name = "galo.gm", email = "[email protected]" }]
99
keywords = ["graph", "datasets"]
1010
description = "Load graph datasets."

0 commit comments

Comments
 (0)