Skip to content

Commit 89cb3fe

Browse files
committed
Bump to version 0.3.3
1 parent 6dd3711 commit 89cb3fe

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1818

1919
### Security
2020

21+
## [0.3.3] - 2021-10-28
22+
23+
### Fixed
24+
25+
- missing dependency in `conda-store-server/setup.py` `yarl`
26+
2127
## [0.3.2] - 2021-10-28
2228

2329
### Added

conda-store-server/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name="conda-store-server",
11-
version="0.3.2",
11+
version="0.3.3",
1212
description="Conda Environment Management, Builds, and Serve",
1313
long_description=long_description,
1414
long_description_content_type="text/markdown",

conda-store/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name="conda-store",
10-
version='0.3.2',
10+
version='0.3.3',
1111
url="https://github.com/Quansight/conda-store",
1212
author="Chris Ostrouchov",
1313
description="A client to interface with conda-store",

0 commit comments

Comments
 (0)