Skip to content

Commit 2c33bb0

Browse files
committed
Bump version 0.4.6
1 parent 807e579 commit 2c33bb0

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2525
- Added `c.CondaStoreServer.template_vars` for easy customization #347
2626
- Consistent naming of `conda-store` throughout project #345
2727
- Adding token endpoint #335
28+
- Adding token UI create button #348
2829

2930
### Fixed
3031

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.4.5" # noqa
1+
__version__ = "0.4.6" # noqa
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.4.5"
1+
__version__ = "0.4.6"

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
project = 'conda-store'
55
copyright = '2022, Quansight'
66
author = 'Quansight'
7-
release = '0.4.5'
7+
release = '0.4.6'
88

99
extensions = [
1010
'recommonmark',

0 commit comments

Comments
 (0)