Skip to content

Commit 3a15b1d

Browse files
Bump version number to 1.2.0 [skip ci]
# [1.2.0](v1.1.0...v1.2.0) (2025-05-15) ### Features * Limit redis streams size ([45b52df](45b52df))
1 parent 45b52df commit 3a15b1d

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.2.0](https://github.com/RidgeRun/rrms-utils/compare/v1.1.0...v1.2.0) (2025-05-15)
2+
3+
4+
### Features
5+
6+
* Limit redis streams size ([45b52df](https://github.com/RidgeRun/rrms-utils/commit/45b52df782d636b45ef77d550f64fa8126d7e7a5))
7+
18
# [1.1.0](https://github.com/RidgeRun/rrms-utils/compare/v1.0.0...v1.1.0) (2025-04-01)
29

310

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# RidgeRun Microservices Utils v1.1.0
1+
# RidgeRun Microservices Utils v1.2.0
22

33
Set of utilities to work with RidgeRun Microservices

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
project = 'RRMS-Utils'
1515
copyright = '2024, RidgeRun,LLC'
1616
author = 'RidgeRun,LLC'
17-
release = '1.1.0'
17+
release = '1.2.0'
1818

1919
sys.path.insert(0, os.path.abspath('../..'))
2020

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
You can adapt this file completely to your liking, but it should at least
44
contain the root `toctree` directive.
55
6-
Welcome to RRMS-Utils documentation v1.1.0
6+
Welcome to RRMS-Utils documentation v1.2.0
77
==========================================
88

99
.. toctree::

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
setuptools.setup(
2424
name="rrms_utils",
25-
version="1.1.0",
25+
version="1.2.0",
2626
author='RidgeRun LLC',
2727
author_email='support@ridgerun.com',
2828
description="RidgeRun Microservices Utils",

0 commit comments

Comments
 (0)