Skip to content

Commit

Permalink
pin to next dev release (#479)
Browse files Browse the repository at this point in the history
  • Loading branch information
wxtim committed Jul 26, 2023
1 parent 2b866af commit 7a6e1b9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:

- name: Build
uses: cylc/release-actions/build-python-package@v1
with:
check-dependencies: false

- name: Inspect
run: |
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,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.3.1.dev"
__version__ = "1.4.0.dev"

import os
from typing import Dict
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ description = Cylc UI Server
long_description_content_type=text/markdown
long_description = file: README.md
license = GPL
license_file = COPYING
license_files = COPYING,
platforms = any
classifiers =
Environment :: Console
Expand Down 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.2.*
cylc-flow==8.3.*
ansimarkup>=1.0.0
graphene
graphene-tornado==2.6.*
Expand Down

0 comments on commit 7a6e1b9

Please sign in to comment.