Skip to content

Commit 40fe4a0

Browse files
committed
Bump version to 0.3.9
1 parent bedb342 commit 40fe4a0

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

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

1919
### Security
2020

21+
## [0.3.9] - 2022-01-23
22+
23+
### Added
24+
25+
- Adding support for templates for build and environment symlink directories
26+
- Adding support for internal and external secure settings
27+
28+
### Fixed
29+
30+
- Error in build url with extra `/` in environment page
31+
2132
## [0.3.8] - 2022-01-13
2233

2334
### Fixed

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.8",
11+
version="0.3.9",
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.8',
10+
version='0.3.9',
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)