Skip to content

Commit

Permalink
updated versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmartins committed Jun 2, 2024
1 parent 700c092 commit 8f5904e
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ SetPackageInfo(rec(

PackageName := "francy",
Subtitle := "Framework for Interactive Discrete Mathematics",
Version := "2.0.3",
Version := "2.0.4",
Date := "16/04/2023", # dd/mm/yyyy format
License := "MIT",

Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,10 @@ To update the Python3 package version, please change it on the `pyproject.toml`:

* `js/packages/francy-extension-jupyterlab/pypproject.toml`

To update the GAP package version, please change it on the `PackageInfo.g` file:

* `PackageInfo.g`

### CI / CD Pipelines

There are 2 workflows defined for this project:
Expand Down
4 changes: 2 additions & 2 deletions js/lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "2.0.3",
"version": "2.0.4",
"npmClient": "yarn"
}
}
2 changes: 1 addition & 1 deletion js/packages/francy-extension-browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "francy-extension-browser",
"version": "2.0.3",
"version": "2.0.4",
"description": "Francy - An Interactive Discrete Mathematics Framework for GAP - Browser Extension",
"author": "Manuel Martins <[email protected]>",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion js/packages/francy-extension-jupyterlab/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyterlab-francy",
"version": "2.0.3",
"version": "2.0.4",
"description": "Francy - An Interactive Discrete Mathematics Framework for GAP - Jupyter Lab Extension",
"keywords": [
"gap",
Expand Down
2 changes: 1 addition & 1 deletion js/packages/francy-extension-jupyterlab/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ file = [
]

[tool.tbump.version]
current = "2.0.3"
current = "2.0.4"
regex = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)((?P<channel>a|b|rc|.dev)(?P<release>\\d+))?"

[tool.tbump.git]
Expand Down

0 comments on commit 8f5904e

Please sign in to comment.