Skip to content

Commit

Permalink
Version bump: v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmeggle committed Jul 29, 2021
1 parent b5c2ecd commit 6417e87
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## 1.1.1 - 2021-07-29

* Fixed CRLF bug, thanks @NimVek (#146)

Expand Down
2 changes: 1 addition & 1 deletion agents_plugins/robotmk.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@


local_tz = datetime.utcnow().astimezone().tzinfo
ROBOTMK_VERSION = 'v1.1.1-beta'
ROBOTMK_VERSION = 'v1.1.1'

#<robotmk-keywordlibrary
# Imported from https://raw.githubusercontent.com/simonmeggle/robotframework-robotmk/
Expand Down
2 changes: 1 addition & 1 deletion bakery/v2/robotmk.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
# Boston, MA 02110-1301 USA.

ROBOTMK_VERSION = 'v1.1.1-beta'
ROBOTMK_VERSION = 'v1.1.1'

from typing import Iterable, TypedDict, List
from pathlib import Path
Expand Down
2 changes: 1 addition & 1 deletion checks/v1/robotmk
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ except:

utc = pytz.utc

ROBOTMK_VERSION = 'v1.1.1-beta'
ROBOTMK_VERSION = 'v1.1.1'

DEFAULT_SVC_PREFIX = 'Robot Framework E2E $SUITEID$SPACE-$SPACE'

Expand Down
2 changes: 1 addition & 1 deletion checks/v2/robotmk.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

# UTC = pytz.utc

ROBOTMK_VERSION = 'v1.1.1-beta'
ROBOTMK_VERSION = 'v1.1.1'

DEFAULT_SVC_PREFIX = 'Robot Framework E2E $SUITEID$SPACE-$SPACE'

Expand Down

0 comments on commit 6417e87

Please sign in to comment.