Skip to content

Commit 42a3f43

Browse files
authored
Update changelog and pyproject.toml for major rebranding to access_moppy (#119) (#120)
1 parent 06151bb commit 42a3f43

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,18 @@ Changelog
33

44
This CHANGELOG documents only key changes between versions. For a full description
55
of all changes see https://github.com/ACCESS-NRI/ACCESS-MOPPy/releases
6+
7+
moppy-v1.0.0 (2025-10-27)
8+
--------------------------
9+
10+
**Major Rebranding Release**
11+
12+
* **BREAKING CHANGE**: Rebranded from ACCESS-MOPPeR to access_moppy
13+
* **Package name**: Changed from ``access_mopper`` to ``access_moppy``
14+
* **New versioning**: Reset to v1.0.0 with new tag prefix ``moppy-v``
15+
* **Import changes**: All imports now use ``from access_moppy import ...``
16+
* **Installation**: Now install via ``pip install access_moppy``
17+
18+
This release marks the official rebranding of the package while maintaining
19+
all existing functionality. Please update your imports and installation
20+
commands accordingly.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ VCS = "git"
8585
style = "pep440"
8686
versionfile_source = "src/access_moppy/_version.py"
8787
versionfile_build = "access_moppy/_version.py"
88-
tag_prefix = "v"
88+
tag_prefix = "moppy-v"
8989
parentdir_prefix = "access_moppy-"
9090

9191
[tool.ruff]

0 commit comments

Comments
 (0)