Skip to content

Commit

Permalink
Merge pull request #380 from MetRonnie/dev
Browse files Browse the repository at this point in the history
Bump cylc-flow version
  • Loading branch information
hjoliver authored Aug 18, 2022
2 parents fe49e35 + 636d04e commit 4d14920
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cylc/uiserver/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# 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__ = "1.1.1.dev"
__version__ = "1.2.0.dev"

import os
from typing import Dict
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ install_requires =
# bleeding-edge version.
# NB: no graphene version specified; we only make light use of it in our
# own code, so graphene-tornado's transitive version should do.
cylc-flow==8.0.*
cylc-flow==8.1.*
graphene
graphene-tornado==2.6.*
graphql-ws==0.4.4
Expand Down

0 comments on commit 4d14920

Please sign in to comment.