Skip to content

Commit

Permalink
Bump version 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
costrouc committed Jun 26, 2022
1 parent a2a5548 commit b734278
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Security

## [0.4.4] - 2022-06-25

### Added

- `wait` option in cli for waiting on artifacts and builds (#328)
- `list build` command (#328)
- tests for client conda-store (#328)

### Fixed

- issue with caching option in run command (#328)

### Changed

- api now exposes the build_artifacts field on `api/v1/build/<build-id>/`

## [0.4.2] - 2022-06-24

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion conda-store-server/conda_store_server/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.4.3" # noqa
__version__ = "0.4.4" # noqa
2 changes: 1 addition & 1 deletion conda-store/conda_store/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.4.3"
__version__ = "0.4.4"
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
from recommonmark.transform import AutoStructify

project = 'Conda-Store'
copyright = '2021, Quansight'
copyright = '2022, Quansight'
author = 'Quansight'
release = '0.4.3'
release = '0.4.4'

extensions = [
'recommonmark',
Expand Down

0 comments on commit b734278

Please sign in to comment.