File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed
Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 33on :
44 push :
55 tags :
6- - ' v*'
6+ - ' moppy- v*'
77 workflow_dispatch :
88 inputs :
99 version :
Original file line number Diff line number Diff line change @@ -3,3 +3,18 @@ Changelog
33
44This CHANGELOG documents only key changes between versions. For a full description
55of 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.
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ VCS = "git"
8585style = " pep440"
8686versionfile_source = " src/access_moppy/_version.py"
8787versionfile_build = " access_moppy/_version.py"
88- tag_prefix = " v"
88+ tag_prefix = " moppy- v"
8989parentdir_prefix = " access_moppy-"
9090
9191[tool .ruff ]
You can’t perform that action at this time.
0 commit comments