Skip to content

Commit

Permalink
release: increment version from 0.25.0 to 0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bhajneet committed Apr 16, 2024
1 parent cf2876e commit 3f58b60
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.26.0

- refactor: switch from poetry to hatch

## 0.25.0

- change direction of ਹ (haha) termination to point at vertical stem
Expand Down
2 changes: 1 addition & 1 deletion packages/npm/sant-lipi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sant-lipi",
"version": "0.25.0",
"version": "0.26.0",
"description": "A unicode font for extraordinary Gurmukhi",
"license": "MIT",
"author": "Bhajneet S.K. <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/pubdev/sant_lipi/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: sant_lipi
description: A unicode font for extraordinary Gurmukhi.
version: 0.25.0
version: 0.26.0
repository: https://github.com/shabados/SantLipi
topics:
- font
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ virtual = ".direnv"

[project]
name = "santlipi"
version = "0.25.0"
version = "0.26.0"
description = "A unicode font for extraordinary Gurmukhi"
readme = "README.md"
requires-python = ">=3.8"
Expand Down
4 changes: 2 additions & 2 deletions sources/SantLipi.glyphs
Original file line number Diff line number Diff line change
Expand Up @@ -22091,7 +22091,7 @@ value = "https://github.com/shabados/SantLipi";
},
{
key = versionString;
value = "Version 0.025";
value = "Version 0.026";
}
);
settings = {
Expand All @@ -22114,5 +22114,5 @@ master02 = {
};
};
versionMajor = 0;
versionMinor = 25;
versionMinor = 26;
}

0 comments on commit 3f58b60

Please sign in to comment.