Skip to content

Commit

Permalink
Bump cylc-flow version
Browse files Browse the repository at this point in the history
  • Loading branch information
MetRonnie committed Aug 17, 2022
1 parent fe49e35 commit 636d04e
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 636d04e

Please sign in to comment.