Skip to content

Commit

Permalink
Merge pull request #105 from esc/release_0.0.5
Browse files Browse the repository at this point in the history
Release 0.0.5
  • Loading branch information
esc authored Aug 15, 2023
2 parents cc46055 + e95ba39 commit 6e44a16
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 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:
- [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
4 changes: 2 additions & 2 deletions conda-recipes/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% set VERSION_SUFFIX = "" %} # debug version suffix, appended to the version

package:
name: numba_rvsdg
name: numba-rvsdg
# GIT_DESCRIBE_TAG may not be set
version: {{ "%s%s" % (environ.get('GIT_DESCRIBE_TAG', ''), VERSION_SUFFIX) }}

Expand Down Expand Up @@ -33,6 +33,6 @@ test:

about:
summary: Numba Compatible RVSDG utilities
home: https://github.com/numba/numba_rvsdg
home: https://github.com/numba/numba-rvsdg
license: Simplified BSD License
license_file: LICENSE
15 changes: 15 additions & 0 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@
Release Notes
=============

Version 0.0.5 - 2023-08-11
==========================

This is a maintenance release to fix the name of the conda package such that it
matches the name of the PyPi project: `numba-rvsdg`.

Pull-Requests:

* PR `#103 <https://github.com/numba/numba-rvsdg/pull/103>`_: numba_rvsdg -> numba-rvsdg (`esc <https://github.com/esc>`_)
* PR `#104 <https://github.com/numba/numba-rvsdg/pull/104>`_: fix regex when detecting tags (`esc <https://github.com/esc>`_)

Authors:

* `esc <https://github.com/esc>`_

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

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.4"
version = "0.0.5"
authors = [
{name = "Numba Developers", email="[email protected]"},
]
Expand Down

0 comments on commit 6e44a16

Please sign in to comment.