Skip to content

Commit 4a58e06

Browse files
authored
Merge pull request #367 from ZLLentz/fix_package_name
FIX: set the package name back to the original
2 parents 1aee4e0 + 1e16f6b commit 4a58e06

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

conda-recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% set package_name = "hutch_python" %}
1+
{% set package_name = "hutch-python" %}
22
{% set import_name = "hutch_python" %}
33
{% set version = load_file_regex(load_file=os.path.join(import_name, "_version.py"), regex_pattern=".*version = '(\S+)'").group(1) %}
44

docs/source/releases.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
Release History
22
###############
33

4+
v1.18.3 (2023-04-11)
5+
====================
6+
7+
Maintenance
8+
-----------
9+
- Set the package name back to hutch-python for conda builds
10+
for consistency's sake.
11+
12+
Contributors
13+
------------
14+
- klauer
15+
- zllentz
16+
17+
418
v1.18.2 (2023-04-11)
519
====================
620

0 commit comments

Comments
 (0)