Skip to content

Commit

Permalink
Merge pull request #82 from anaconda-distribution/v0.1.2
Browse files Browse the repository at this point in the history
v0.1.2
  • Loading branch information
schuylermartin45 authored Nov 8, 2023
2 parents 180834d + 725dff1 commit 3137d71
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog
Note: version releases in the 0.x.y range may introduce breaking changes.

## 0.1.2
- Fixes bug with reporting typing (`py.typed` was in the wrong location)
- Fixes and improves infrastructure

## 0.1.1
- Adds `CHANGELOG.md`
- Bug fixes
Expand Down
6 changes: 3 additions & 3 deletions conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: percy
version: 0.1.1
version: 0.1.2

source:
path: ../
Expand All @@ -19,8 +19,8 @@ requirements:
- setuptools
- wheel
run:
- python
- click
- python >=3.8
- click >=8.1.7
- conda
- jinja2
- pyyaml
Expand Down
2 changes: 1 addition & 1 deletion environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
- pytest-xdist
- pylint
- pip
- click>=8.1.6
- click>=8.1.7
- conda
- jinja2
- pyyaml
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespaces = false

[project]
name = "percy"
version = "0.1.1"
version = "0.1.2"
authors = [
{ name="Anaconda, Inc.", email="distribution_team@anaconda.com" },
]
Expand Down

0 comments on commit 3137d71

Please sign in to comment.