Skip to content

Commit

Permalink
Releasing bug fixes 0.2.1rc1 and 0.2.1rc2 as latest (#83)
Browse files Browse the repository at this point in the history
Co-authored-by: Lilli Pearson <[email protected]>
  • Loading branch information
evpearson and ezvp4 authored Oct 21, 2021
1 parent 2e31e51 commit a28d4de
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.1] - 2021-10-21

### Fixed

* Bug preventing Python binaries from being looked up
* Bug requiring that python versions be provided in UPPER_SNAKE_CASE (CP38_CP38)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ a custom data loader can be implemented.
## Installation

```bash
pip install little-cheesemonger==0.2.0
pip install little-cheesemonger==0.2.1
```

## Quickstart
Expand Down
2 changes: 1 addition & 1 deletion little_cheesemonger/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
from little_cheesemonger._errors import LittleCheesemongerError # noqa
from little_cheesemonger._run import run # noqa

__version__ = "0.2.1rc2"
__version__ = "0.2.1"

0 comments on commit a28d4de

Please sign in to comment.