Skip to content

Commit

Permalink
Bump version 0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
costrouc committed Jun 30, 2022
1 parent 87df1db commit 846c93a
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Security

## [0.4.5] - 2022-06-29

### Added

- Adding cli command `solve` to call remote conda solve api (#329)
- New filters for build and environment api calls status, artifact, package (#329)
- Adding Alembic migration integration (#314)

## [0.4.4] - 2022-06-25

### Added
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.4" # noqa
__version__ = "0.4.5" # 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.4"
__version__ = "0.4.5"
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
project = 'Conda-Store'
copyright = '2022, Quansight'
author = 'Quansight'
release = '0.4.4'
release = '0.4.5'

extensions = [
'recommonmark',
Expand Down
2 changes: 1 addition & 1 deletion examples/kubernetes/conda-store-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
spec:
containers:
- name: conda-store-server
image: quansight/conda-store-server:v0.4.2
image: quansight/conda-store-server:v0.4.5
args:
- "conda-store-server"
- "--config"
Expand Down
2 changes: 1 addition & 1 deletion examples/kubernetes/conda-store-worker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
spec:
containers:
- name: conda-store-server
image: quansight/conda-store-server:v0.4.2
image: quansight/conda-store-server:v0.4.5
args:
- "conda-store-worker"
- "--config"
Expand Down

0 comments on commit 846c93a

Please sign in to comment.