Skip to content

Commit d417a78

Browse files
authored
Prepare v0.5.1 (#110)
* Bump version: 0.5.0 → 0.5.1-dev.0 * Bump version: 0.5.1-dev.0 → 0.5.1 * add necessary port connection
1 parent 3338b15 commit d417a78

File tree

5 files changed

+22
-5
lines changed

5 files changed

+22
-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.0",
14+
"version": "0.5.1",
1515
"use_pytest": "y",
1616
"use_black": "n",
1717
"use_conda": "n",

.github/workflows/cache-cleaner.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
api.github.com:443
2525
github.com:443
2626
objects.githubusercontent.com:443
27+
release-assets.githubusercontent.com:443
2728
2829
- name: Checkout Repository
2930
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0

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.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.0"
24+
__version__ = "0.5.1"

0 commit comments

Comments
 (0)