Skip to content

Commit

Permalink
Merge pull request #496 from ubccr/bump-version
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
aebruno committed Feb 12, 2023
2 parents 17eee72 + 126a1d4 commit efe0189
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
19 changes: 14 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
# ColdFront Changelog

## [1.1.4] -
## [1.1.4] - 2022-02-11

- Fix bug in slurm plugin include allocations in 'pending renewal' status [#176](https://github.com/ubccr/coldfront/issues/176)
- Datepicker changed to flatpickr. Remove jquery-ui [#443](https://github.com/ubccr/coldfront/pull/443)
- Datepicker changed to flatpickr. Remove jquery-ui [#438](https://github.com/ubccr/coldfront/issues/438)
- Combined email expiry notifications [#413](https://github.com/ubccr/coldfront/pull/413)
- Remove obsolete arguments in signal defs [#422](https://github.com/ubccr/coldfront/pull/422)
- Fix bug in freeipa plugin [#416](https://github.com/ubccr/coldfront/issues/416)
- Allow sorting of users on detail page [#408](https://github.com/ubccr/coldfront/issues/408)
- Fix approve button deleting description text [#433](https://github.com/ubccr/coldfront/issues/433)
- Add Project Attributes [#466](https://github.com/ubccr/coldfront/pull/466)
- Slurm plugin: fix allocations in pending renewal status [#176](https://github.com/ubccr/coldfront/issues/176)
- Update list displayes to sort case insensitive throughout front end [#393](https://github.com/ubccr/coldfront/issues/393)
- Fix FreeIPA plugin not recognizing usernames greater than 11 characters [#416](https://github.com/ubccr/coldfront/issues/416)
- Send signal if allocation status is revoked [#474](https://github.com/ubccr/coldfront/issues/474)
- Upgrade to Django 3.2.17
- Allow configuration of session timeout [#452](https://github.com/ubccr/coldfront/issues/452)
- Increase max length for user first_name [#490](https://github.com/ubccr/coldfront/pull/490)

## [1.1.3] - 2022-07-07

Expand Down Expand Up @@ -117,4 +125,5 @@
[1.1.1]: https://github.com/ubccr/coldfront/releases/tag/v1.1.1
[1.1.2]: https://github.com/ubccr/coldfront/releases/tag/v1.1.2
[1.1.3]: https://github.com/ubccr/coldfront/releases/tag/v1.1.3
[Unreleased]: https://github.com/ubccr/coldfront/compare/v1.1.3...HEAD
[1.1.4]: https://github.com/ubccr/coldfront/releases/tag/v1.1.4
[Unreleased]: https://github.com/ubccr/coldfront/compare/v1.1.4...HEAD
2 changes: 1 addition & 1 deletion coldfront/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os
import sys

__version__ = '1.1.3'
__version__ = '1.1.4'
VERSION = __version__


Expand Down

0 comments on commit efe0189

Please sign in to comment.