Skip to content

Commit 174558f

Browse files
committed
Bump version: 0.5.1-dev.0 → 0.5.1
1 parent c69da10 commit 174558f

File tree

4 files changed

+21
-5
lines changed

4 files changed

+21
-5
lines changed

.cruft.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"project_slug": "xncml",
1212
"project_short_description": "Tools for manipulating NcML (NetCDF Markup Language) files with/for xarray",
1313
"pypi_username": "bzah",
14-
"version": "0.5.1-dev.0",
14+
"version": "0.5.1",
1515
"use_pytest": "y",
1616
"use_black": "n",
1717
"use_conda": "n",

CHANGELOG.rst

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,24 @@
22
Changelog
33
=========
44

5-
`Unreleased <https://github.com/xarray-contrib/xncml/tree/master>`_ (latest)
6-
----------------------------------------------------------------------------
5+
..
6+
`Unreleased <https://github.com/xarray-contrib/xncml/tree/master>`_ (latest)
7+
----------------------------------------------------------------------------
8+
9+
Contributors:
10+
11+
Changes
12+
^^^^^^^
13+
* No change.
14+
15+
Fixes
16+
^^^^^
17+
* No change.
18+
19+
.. _changes_0.5.1:
20+
21+
`v0.5.1 <https://github.com/xarray-contrib/xncml/tree/0.5.1>`_ (2025-10-02)
22+
---------------------------------------------------------------------------
723
Contributors: Trevor James Smith (:user:`Zeitsperre`).
824

925
Fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ all = ["xncml[dev]", "xncml[docs]"]
8282
"Source" = "https://github.com/xarray-contrib/xncml"
8383

8484
[tool.bumpversion]
85-
current_version = "0.5.1-dev.0"
85+
current_version = "0.5.1"
8686
commit = true
8787
commit_args = "--no-verify"
8888
tag = false

src/xncml/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121
from .core import Dataset
2222
from .parser import open_ncml
2323

24-
__version__ = "0.5.1-dev.0"
24+
__version__ = "0.5.1"

0 commit comments

Comments
 (0)