Skip to content

Commit

Permalink
Prepare for 0.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mthh committed Dec 9, 2024
1 parent ae8bacd commit 507c79c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
Changes
=======

Unreleased
----------
0.6 (2024-12-09)
----------------

- Fix bug in the `add` method of Rectangle2D.

- Fix links to Darcy software in README and in documentation.

- Format code with `black` + apply some `ruff` suggestions.


0.5 (2023-01-05)
----------------

Expand Down
4 changes: 2 additions & 2 deletions help/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
# built documents.
#
# The short X.Y version.
version = "0.5"
version = "0.6"
# The full version, including alpha/beta/rc tags.
release = "0.5"
release = "0.6"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion metadata.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
name=DistanceCartogram
qgisMinimumVersion=3.0
description=Compute distance cartogram
version=0.5
version=0.6
author=Matthieu Viry
[email protected]

Expand Down

0 comments on commit 507c79c

Please sign in to comment.