Skip to content

Commit

Permalink
Prepare release: 1.0.1 (#334)
Browse files Browse the repository at this point in the history
* Prepare release 1.0.1

Workflow: Release stage 1 - create release PR, run: 10

* Update changelog

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Ronnie Dutta <[email protected]>
  • Loading branch information
github-actions[bot] and MetRonnie authored Mar 23, 2022
1 parent a9f059f commit 37c0fc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ updated. Only the first match gets replaced, so it's fine to leave the old
ones in. -->

-------------------------------------------------------------------------------
## __cylc-uiserver-1.0.0 (<span actions:bind='release-date'>Under Development</span>)__
## __cylc-uiserver-1.0.1 (<span actions:bind='release-date'>Released 2022-03-23</span>)__

### Fixes

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.0.1.dev"
__version__ = "1.0.1"

import os
from typing import Dict
Expand Down

0 comments on commit 37c0fc9

Please sign in to comment.