Skip to content
This repository was archived by the owner on May 21, 2025. It is now read-only.

Commit 06c2522

Browse files
committed
bump version
1 parent 800d1ad commit 06c2522

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### `2.0.22
2+
3+
- Cleaning TOC generation
4+
15
### `2.0.21`
26

37
- fixed string issues

codecov/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
logging.captureWarnings(True)
2727

2828

29-
version = VERSION = __version__ = '2.0.21'
29+
version = VERSION = __version__ = '2.0.22'
3030

3131
COLOR = True
3232

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
from setuptools import setup
33

4-
version = '2.0.21'
4+
version = '2.0.22'
55
classifiers = ["Development Status :: 5 - Production/Stable",
66
"Environment :: Plugins",
77
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)