From 63c06b6fff7134129931aba907040865bd066266 Mon Sep 17 00:00:00 2001 From: "Andrew E. Bruno" Date: Thu, 25 Mar 2021 11:30:48 -0400 Subject: [PATCH] Bump coldfront version --- CHANGELOG.md | 8 +++++++- coldfront/__init__.py | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f42672c75..ef545b91f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/coldfront/__init__.py b/coldfront/__init__.py index d471c984e..5fcf5d458 100644 --- a/coldfront/__init__.py +++ b/coldfront/__init__.py @@ -1,7 +1,7 @@ import os import sys -__version__ = '1.0.3' +__version__ = '1.0.4' VERSION = __version__