Skip to content

Commit

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

### Security

## [0.4.8] - 2022-08-04

### Added

- Adding shebang support for conda-store (#362)

### Fixed

- Fixed example demo for docker
- Fixing docker registry implementation in conda-store (#368)

## Security

- Adding authentication behind docker registry (#369)

## [0.4.7] - 2022-07-28

### 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.7" # noqa
__version__ = "0.4.8" # 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.7"
__version__ = "0.4.8"
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.7'
release = '0.4.8'

extensions = [
'recommonmark',
Expand Down

0 comments on commit 2f8d979

Please sign in to comment.