Skip to content

Commit

Permalink
Merge pull request #196 from hjoliver/release-0.3.0-prep
Browse files Browse the repository at this point in the history
Update for 0.3.0 release.
  • Loading branch information
oliver-sanders committed Mar 29, 2021
2 parents 297fb56 + 884f045 commit f2e33f1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,18 @@ milestones](https://github.com/cylc/cylc-uiserver/milestones?state=closed) for
each release.

-------------------------------------------------------------------------------
## __cylc-uiserver-0.3 (2020-??-??)__
## __cylc-uiserver-0.3.0 (2021-03-29)__

Release 0.3 of Cylc UI Server.
Release 0.3.0 of Cylc UI Server.

### Backward incompatible changes

None or N/A.

### Enhancements

[#195](https://github.com/cylc/cylc-uiserver/pull/195) - UI: package 0.3.0

[#188](https://github.com/cylc/cylc-uiserver/pull/188) - UI: package
0.3 prebuild.

Expand Down
2 changes: 1 addition & 1 deletion cylc/uiserver/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

__version__ = "0.3.dev"
__version__ = "0.3.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def find_version(*file_paths):
# don't pin versions, we will get whatever cylc-flow needs, and not
# the bleeding-edge version.
install_requires = [
'cylc-flow>=8.0a3.dev',
'cylc-flow>=8.0b0',
'jupyterhub==1.3.*',
'tornado==6.1.*',
'graphene-tornado==2.6.*',
Expand Down

0 comments on commit f2e33f1

Please sign in to comment.