Skip to content

Commit

Permalink
Release v2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardogsilva committed Nov 11, 2024
1 parent 92af3ee commit 19778ea
Show file tree
Hide file tree
Showing 21 changed files with 11 additions and 5 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]


## [2.0.3] - 2024-11-11

### Fixed
- Internal plugin directory renamed to have the same name as the plugin package


## [2.0.2] - 2024-11-11

### Fixed
Expand Down Expand Up @@ -153,7 +159,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- First stable release

[unreleased]: https://github.com/ricardogsilva/qgisconefor/compare/v2.0.2...main
[unreleased]: https://github.com/ricardogsilva/qgisconefor/compare/v2.0.3...main
[2.0.3]: https://github.com/ricardogsilva/qgisconefor/compare/v2.0.2...v2.0.3
[2.0.2]: https://github.com/ricardogsilva/qgisconefor/compare/v2.0.1...v2.0.2
[2.0.1]: https://github.com/ricardogsilva/qgisconefor/compare/v2.0.0...v2.0.1
[2.0.0]: https://github.com/ricardogsilva/qgisconefor/compare/v2.0.0-rc9...v2.0.0
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[tool.poetry]
name = "qgisconefor"
version = "2.0.2"
version = "2.0.3"
description = "A QGIS plugin to integrate with the Conefor landscape conectivity analysis software."
authors = ["Ricardo Garcia Silva <[email protected]>"]
readme = "README.md"
license = "GPL-3.0-or-later"
packages = [
{ include = "qgis_conefor", from = "src" },
{ include = "qgisconefor", from = "src" },
{ include = "plugindev", from = "src" },
]

Expand Down
3 changes: 1 addition & 2 deletions src/plugindev/pluginadmin.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
)

LOCAL_ROOT_DIR = Path(__file__).parents[2].resolve()
SRC_NAME = "qgis_conefor"
PACKAGE_NAME = SRC_NAME.replace("_", "")
SRC_NAME = "qgisconefor"
app = typer.Typer()


Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 19778ea

Please sign in to comment.