From 1972e478cc12fdfaf3e897224886a858f7e39471 Mon Sep 17 00:00:00 2001 From: HelioGuilherme66 Date: Wed, 29 Jan 2025 00:17:19 +0000 Subject: [PATCH] Development version --- CHANGELOG.adoc | 2 +- src/robotide/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 3778e4002..5b83cae0f 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file. The format is based on http://keepachangelog.com/en/1.0.0/[Keep a Changelog] and this project adheres to http://semver.org/spec/v2.0.0.html[Semantic Versioning]. - +== https://github.com/robotframework/RIDE[Unreleased] == https://github.com/robotframework/RIDE/blob/master/doc/releasenotes/ride-2.1.2.rst[2.1.2] - 2025-01-28 diff --git a/src/robotide/version.py b/src/robotide/version.py index 3654b1936..9dd66e10e 100644 --- a/src/robotide/version.py +++ b/src/robotide/version.py @@ -15,4 +15,4 @@ # # Automatically generated by `tasks.py`. -VERSION = 'v2.1.2' +VERSION = 'v2.2dev2'