Skip to content

Commit

Permalink
Document v0.9.1 workflow change
Browse files Browse the repository at this point in the history
  • Loading branch information
rlskoeser committed Oct 8, 2024
1 parent 24890db commit be7378f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
CHANGELOG
=========

0.9.1
-----

* Update GitHub Actions for publishing releases to PyPI

0.9
---

Expand Down
2 changes: 1 addition & 1 deletion pucas/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version_info__ = (0, 9, 0, None)
__version_info__ = (0, 9, 1, None)

# Dot-connect all but the last. Last is dash-connected if not None.
__version__ = ".".join([str(i) for i in __version_info__[:-1]])
Expand Down

0 comments on commit be7378f

Please sign in to comment.