Skip to content

Commit

Permalink
Merge branch 'master' of github.com:galogm/graph_utils
Browse files Browse the repository at this point in the history
  • Loading branch information
galogm committed Mar 4, 2024
2 parents fe77995 + f833485 commit 9d5fd41
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@



## v0.2.2 (2024-03-02)

### Fix

* fix: add verbose to tab_printer ([`0878d3d`](https://github.com/galogm/the_utils/commit/0878d3d4830699855ae10f72849f316f679828a9))

### Unknown

* Merge branch 'master' of github.com:galogm/graph_utils ([`0f33848`](https://github.com/galogm/the_utils/commit/0f338488962099bd4cbc83c58ab508a7389cfa78))


## v0.2.1 (2024-03-02)

### Chore
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
author = 'galo.gm'

# The full version, including alpha/beta/rc tags
release = '0.2.1'
release = '0.2.2'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "the_utils"
version = "0.2.1"
version = "0.2.2"
authors = [{ name = "galo.gm", email = "galo.gm.work@gmail.com" }]
keywords = [""]
description = ""
Expand Down
2 changes: 1 addition & 1 deletion the_utils/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""the_utils
"""

__version__ = "0.2.1"
__version__ = "0.2.2"

from .bot import notify
from .plt import draw_chart
Expand Down

0 comments on commit 9d5fd41

Please sign in to comment.