Skip to content

Commit

Permalink
chore(release): 1.13.8 [skip ci]
Browse files Browse the repository at this point in the history
## [1.13.8](v1.13.7...v1.13.8) (2024-05-14)

### Bug Fixes

* raise informative error if 'extras' key is missing for pyproject files ([#95](#95)) ([1ff87f5](1ff87f5))
  • Loading branch information
semantic-release-bot committed May 14, 2024
1 parent 1ff87f5 commit 6b0247a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rapids-dependency-file-generator",
"version": "1.13.7",
"version": "1.13.8",
"description": "`rapids-dependency-file-generator` is a Python CLI tool that generates conda `environment.yaml` files and `requirements.txt` files from a single YAML file, typically named `dependencies.yaml`.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: rapids-dependency-file-generator
version: 1.13.7
version: 1.13.8

build:
noarch: python
Expand Down
2 changes: 1 addition & 1 deletion src/rapids_dependency_file_generator/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.13.7"
__version__ = "1.13.8"
2 changes: 1 addition & 1 deletion src/rapids_dependency_file_generator/schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/rapidsai/dependency-file-generator/v1.13.7/src/rapids_dependency_file_generator/schema.json",
"$id": "https://raw.githubusercontent.com/rapidsai/dependency-file-generator/v1.13.8/src/rapids_dependency_file_generator/schema.json",
"type": "object",
"title": "RAPIDS Package Dependency Specification Format",
"description": "Consolidated specification of RAPIDS project dependencies",
Expand Down

0 comments on commit 6b0247a

Please sign in to comment.