Skip to content

Commit e14d2f5

Browse files
authored
V022release (#384)
* Update history for release * Bump version: 0.21.0 → 0.22.0
1 parent 58b5d30 commit e14d2f5

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

docs/history.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
History
33
=======
44

5+
0.22.0 (2025-03-25)
6+
--------------------
7+
8+
| Updated low level clients for NiFi & Registry 1.28.1 release
9+
| Updates to supported Python versions, handing Template deprecation in NiFi-2.x, and Windows development support
10+
| Add support for mTLS for Nifi and Registry
11+
512
0.21.0 (2024-07-14)
613
-------------------
714

nipyapi/__init__.py

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

1010
__author__ = """Daniel Chaffelson"""
1111
__email__ = 'chaffelson@gmail.com'
12-
__version__ = '0.21.0'
12+
__version__ = '0.22.0'
1313
__all__ = ['canvas', 'system', 'templates', 'config', 'nifi', 'registry',
1414
'versioning', 'demo', 'utils', 'security', 'parameters']
1515

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.21.0
2+
current_version = 0.22.0
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
with open('docs/history.rst') as history_file:
1212
history = history_file.read()
1313

14-
proj_version = '0.21.0'
14+
proj_version = '0.22.0'
1515

1616
with open('requirements.txt') as reqs_file:
1717
requirements = reqs_file.read().splitlines()

0 commit comments

Comments
 (0)