Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
aebruno committed Jul 7, 2022
1 parent 032f718 commit b21e9c6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# ColdFront Changelog

## [1.1.3] - 2022-07-07

- Fix erronous allocation change request error message [#428](https://github.com/ubccr/coldfront/issues/428)
- Upgrade bootstrap and move to static assets [#405](https://github.com/ubccr/coldfront/issues/405)
- Allow changes on allocations in the test dataset
- Add new ColdFront logos and branding [#431](https://github.com/ubccr/coldfront/pull/431)

## [1.1.2] - 2022-07-06

- Fix "Select all" toggle for allocations [#396](https://github.com/ubccr/coldfront/issues/396)
Expand Down Expand Up @@ -101,4 +108,5 @@
[1.1.0]: https://github.com/ubccr/coldfront/releases/tag/v1.1.0
[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
[Unreleased]: https://github.com/ubccr/coldfront/compare/v1.1.2...HEAD
[1.1.3]: https://github.com/ubccr/coldfront/releases/tag/v1.1.3
[Unreleased]: https://github.com/ubccr/coldfront/compare/v1.1.3...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.2'
__version__ = '1.1.3'
VERSION = __version__


Expand Down

0 comments on commit b21e9c6

Please sign in to comment.