Skip to content

Commit

Permalink
Prepare for version 0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mthh committed Jan 5, 2023
1 parent 11fd7e8 commit a2bfa23
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changes
=======

0.13.1 (unreleased)
0.13.1 (2023-01-05)
-------------------

- Update go-cart-wasm version to 0.3.0 (avoid infinite loop on some edge cases).
Expand Down
4 changes: 2 additions & 2 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"minify": "NODE_OPTIONS=--openssl-legacy-provider NODE_ENV=production ./node_modules/webpack/bin/webpack.js",
"watch": "NODE_OPTIONS=--openssl-legacy-provider ./node_modules/webpack/bin/webpack.js --watch"
},
"version": "0.13.0",
"version": "0.13.1",
"node": ">=18.0.0",
"dependencies": {
"@turf/turf": "^6.5.0",
Expand Down
2 changes: 1 addition & 1 deletion documentation/src/changelog_fr.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Historique des versions et des changements effectués

#### 0.13.1 (unreleased)
#### 0.13.1 (2023-01-05)

- Mise à jour de go-cart-wasm pour utiliser la version 0.3.0 (corrige un problème de boucle infinie sur certains jeux de données)

Expand Down
2 changes: 1 addition & 1 deletion magrit_app/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-

__version__ = '0.13.0'
__version__ = '0.13.1'

0 comments on commit a2bfa23

Please sign in to comment.