File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1
1
# ColdFront Changelog
2
2
3
+ ## [ 1.1.2] - 2022-07-06
4
+
5
+ - Fix "Select all" toggle for allocations [ #396 ] ( https://github.com/ubccr/coldfront/issues/396 )
6
+ - Fixed allocation expiration task bug [ #401 ] ( https://github.com/ubccr/coldfront/pull/401 )
7
+ - Fix new user sorting [ #395 ] ( https://github.com/ubccr/coldfront/issues/395 )
8
+ - Fix allocation approved status [ #379 ] ( https://github.com/ubccr/coldfront/issues/379 )
9
+ - Add notes on project detail page [ #194 ] ( https://github.com/ubccr/coldfront/issues/194 )
10
+ - Add partial match for attribute search [ #421 ] ( https://github.com/ubccr/coldfront/pull/421 )
11
+ - Fix miscellaneous config issues [ #414 ] ( https://github.com/ubccr/coldfront/issues/414 )
12
+ - Upgrade to Django 3.2.14
13
+
3
14
## [ 1.1.1] - 2022-04-26
4
15
5
16
- Fix grant export to only download those found under search [ #222 ] ( https://github.com/ubccr/coldfront/issues/222 )
89
100
[ 1.0.4 ] : https://github.com/ubccr/coldfront/releases/tag/v1.0.4
90
101
[ 1.1.0 ] : https://github.com/ubccr/coldfront/releases/tag/v1.1.0
91
102
[ 1.1.1 ] : https://github.com/ubccr/coldfront/releases/tag/v1.1.1
92
- [ Unreleased ] : https://github.com/ubccr/coldfront/compare/v1.1.1...HEAD
103
+ [ 1.1.2 ] : https://github.com/ubccr/coldfront/releases/tag/v1.1.2
104
+ [ Unreleased ] : https://github.com/ubccr/coldfront/compare/v1.1.2...HEAD
Original file line number Diff line number Diff line change 1
1
import os
2
2
import sys
3
3
4
- __version__ = '1.1.1 '
4
+ __version__ = '1.1.2 '
5
5
VERSION = __version__
6
6
7
7
You can’t perform that action at this time.
0 commit comments