Skip to content

Commit

Permalink
Merge pull request #425 from cylc/prepare-1.2.1
Browse files Browse the repository at this point in the history
Prepare release: 1.2.1
  • Loading branch information
oliver-sanders authored Feb 21, 2023
2 parents da0316e + 4f1c487 commit b095dd9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ creating a new release entry be sure to copy & paste the span tag with the
updated. Only the first match gets replaced, so it's fine to leave the old
ones in. -->
-------------------------------------------------------------------------------
## __cylc-uiserver-1.2.1 (<span actions:bind='release-date'>Pending</span>)__
## __cylc-uiserver-1.2.1 (<span actions:bind='release-date'>Released 2023-02-20</span>)__

[Updated cylc-ui to 1.5.0](https://github.com/cylc/cylc-ui/blob/master/CHANGES.md)

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.2.1.dev"
__version__ = "1.2.1"

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.1.3, <8.2
cylc-flow>=8.1.2, <8.2
# cylc-flow==8.2.* (switch to this for 8.2.*)
ansimarkup>=1.0.0
graphene
Expand Down

0 comments on commit b095dd9

Please sign in to comment.