Skip to content

Commit

Permalink
Merge pull request #101 from esc/fixups_0.0.4
Browse files Browse the repository at this point in the history
Fixups 0.0.4
  • Loading branch information
esc authored Aug 11, 2023
2 parents a78401e + d1b01d5 commit cc46055
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ permissions:
on:
push:
tags:
- v[0-9]+.[0-9]+.[0-9]+
- [0-9]+.[0-9]+.[0-9]+

jobs:
# First we are going to create a task that generates a new release in GitHub
Expand Down
7 changes: 6 additions & 1 deletion docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Release Notes
=============

Version 0.0.3 - 2023-08-11
Version 0.0.4 - 2023-08-11
==========================

This is a minimal maintenance update to support inclusion of ``numba-rvsdg`` as
Expand All @@ -22,6 +22,11 @@ Authors:
* `sklam <https://github.com/sklam>`_
* `esc <https://github.com/esc>`_

Version 0.0.3 - 2023-08-11
==========================

* RELEASE FAILED

Version 0.0.2 - 2023-06-22
==========================

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "numba_rvsdg"
version = "0.0.2"
version = "0.0.4"
authors = [
{name = "Numba Developers", email="[email protected]"},
]
Expand Down

0 comments on commit cc46055

Please sign in to comment.