Skip to content

Commit 36aeb19

Browse files
committed
⬆️ bump version
1 parent 093fb30 commit 36aeb19

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

README.rst

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,7 @@ pycomm3
3636

3737
|
3838
39-
.. image:: https://readthedocs.org/projects/pycomm3/badge/?version=latest&style=for-the-badge
40-
:target: https://pycomm3.readthedocs.io/en/latest/
41-
:alt: Read the Docs
42-
43-
.. image:: https://img.shields.io/badge/gitmoji-%20%F0%9F%98%9C%20%F0%9F%98%8D-FFDD67.svg?style=for-the-badge
44-
:target: https://gitmoji.dev
45-
:alt: Gitmoji
39+
**⚠️ NOTE:** ``pycomm3`` is no longer actively developed
4640

4741

4842
Introduction

pycomm3/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222
# SOFTWARE.
2323
#
2424

25-
__version_info__ = (1, 2, 14)
25+
__version_info__ = (1, 2, 16)
2626
__version__ = ".".join(f"{x}" for x in __version_info__)

0 commit comments

Comments
 (0)