File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed
conda-store-server/conda_store_server Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
25
25
- Added ` c.CondaStoreServer.template_vars ` for easy customization #347
26
26
- Consistent naming of ` conda-store ` throughout project #345
27
27
- Adding token endpoint #335
28
+ - Adding token UI create button #348
28
29
29
30
### Fixed
30
31
Original file line number Diff line number Diff line change 1
- __version__ = "0.4.5 " # noqa
1
+ __version__ = "0.4.6 " # noqa
Original file line number Diff line number Diff line change 1
- __version__ = "0.4.5 "
1
+ __version__ = "0.4.6 "
Original file line number Diff line number Diff line change 4
4
project = 'conda-store'
5
5
copyright = '2022, Quansight'
6
6
author = 'Quansight'
7
- release = '0.4.5 '
7
+ release = '0.4.6 '
8
8
9
9
extensions = [
10
10
'recommonmark' ,
You can’t perform that action at this time.
0 commit comments