Skip to content

Commit bb52ff2

Browse files
committed
Merge branch 'main' of github.com:ACCESS-NRI/ACCESS-MOPPeR
2 parents bf0b087 + 76b0d74 commit bb52ff2

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: CD
33
on:
44
push:
55
tags:
6-
- 'v*'
6+
- 'moppy-v*'
77
workflow_dispatch:
88
inputs:
99
version:

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)