1 parent 093fb30 commit 36aeb19Copy full SHA for 36aeb19
2 files changed
README.rst
@@ -36,13 +36,7 @@ pycomm3
36
37
|
38
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
+**⚠️ NOTE:** ``pycomm3`` is no longer actively developed
46
47
48
Introduction
pycomm3/_version.py
@@ -22,5 +22,5 @@
22
# SOFTWARE.
23
#
24
25
-__version_info__ = (1, 2, 14)
+__version_info__ = (1, 2, 16)
26
__version__ = ".".join(f"{x}" for x in __version_info__)
0 commit comments