Skip to content

Commit

Permalink
Bump coldfront version
Browse files Browse the repository at this point in the history
  • Loading branch information
aebruno committed Mar 25, 2021
1 parent 2e752ca commit 63c06b6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@

## [Unreleased]

## [1.0.4] - 2021-03-25

- Fix [#235](https://github.com/ubccr/coldfront/issues/235)
- Fix [#271](https://github.com/ubccr/coldfront/issues/271)
- Fix [#279](https://github.com/ubccr/coldfront/issues/279)
- Add LDAP User Search plugin configs

## [1.0.3] - 2021-03-02

Expand Down Expand Up @@ -47,4 +52,5 @@
[1.0.1]: https://github.com/ubccr/coldfront/releases/tag/v1.0.1
[1.0.2]: https://github.com/ubccr/coldfront/releases/tag/v1.0.2
[1.0.3]: https://github.com/ubccr/coldfront/releases/tag/v1.0.3
[Unreleased]: https://github.com/ubccr/coldfront/compare/v1.0.3...HEAD
[1.0.4]: https://github.com/ubccr/coldfront/releases/tag/v1.0.4
[Unreleased]: https://github.com/ubccr/coldfront/compare/v1.0.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.0.3'
__version__ = '1.0.4'
VERSION = __version__


Expand Down

0 comments on commit 63c06b6

Please sign in to comment.