Skip to content

Commit

Permalink
REL: Prepare for nano-utils 2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
BvB93 committed Apr 19, 2023
1 parent be67b1f commit 9e0ecc4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: wheels
path: ./build/*
path: ./dist/*

- name: Publish the package
if: github.event_name == 'release'
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ This project adheres to `Semantic Versioning <http://semver.org/>`_.

2.3.4
*****
* *placeholder*.
* Add formal Python 3.11 support
* Misc CI updates


2.3.3
Expand Down
2 changes: 1 addition & 1 deletion nanoutils/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""The **Nano-Utils** version."""

__version__ = '2.3.4.dev0'
__version__ = '2.3.4'

0 comments on commit 9e0ecc4

Please sign in to comment.