Skip to content

Commit 9e0ecc4

Browse files
committed
REL: Prepare for nano-utils 2.3.4
1 parent be67b1f commit 9e0ecc4

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/pypi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- uses: actions/upload-artifact@v3
3939
with:
4040
name: wheels
41-
path: ./build/*
41+
path: ./dist/*
4242

4343
- name: Publish the package
4444
if: github.event_name == 'release'

CHANGELOG.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ This project adheres to `Semantic Versioning <http://semver.org/>`_.
88

99
2.3.4
1010
*****
11-
* *placeholder*.
11+
* Add formal Python 3.11 support
12+
* Misc CI updates
1213

1314

1415
2.3.3

nanoutils/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""The **Nano-Utils** version."""
22

3-
__version__ = '2.3.4.dev0'
3+
__version__ = '2.3.4'

0 commit comments

Comments
 (0)