Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/development/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Version History

### Unreleased
### v0.99.2 (Current published release — August 2026)

**Native Registered-Terrain Export**

Expand Down Expand Up @@ -81,7 +81,7 @@
- Normalize relative components in mapped-drive fallbacks without converting
HEC-RAS-compatible drive-letter paths to UNC paths.

### v0.99.1 (Current published release — July 2026)
### v0.99.1 (July 2026)

**Qualified Raster Processing on Linux/Wine**

Expand Down
2 changes: 1 addition & 1 deletion ras_commander/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
__version__ = version("ras-commander")
except PackageNotFoundError:
# package is not installed
__version__ = "0.99.1"
__version__ = "0.99.2"

# Canonical machine-readable agent index (see docs() helper below)
__llms_txt__ = "https://rascommander.info/ras/llms.txt"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def run(self):

setup(
name="ras-commander",
version="0.99.1",
version="0.99.2",
packages=find_packages(include=['ras_commander', 'ras_commander.*']),
include_package_data=True,
package_data={
Expand Down
Loading