Skip to content

Commit c1e5ba3

Browse files
committed
Travis didnt trigger tag for some reason
1 parent 3a62980 commit c1e5ba3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ post, it can be solved by explicitly install the `matplotlib` dependency `dvipng
5252

5353
### Update History
5454

55+
##### 0.25.2
56+
* (Attempting to) enable fully automated releases to Github, PyPI, Zenodo and conda.
57+
5558
##### 0.25.1
5659
* (Attempting to) enable fully automated releases to Github, PyPI, Zenodo and conda.
5760

chainconsumer/chainconsumer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class ChainConsumer(object):
1818
figures, tables, diagnostics, you name it.
1919
2020
"""
21-
__version__ = "0.25.1"
21+
__version__ = "0.25.2"
2222

2323
def __init__(self):
2424
logging.basicConfig(level=logging.INFO)

0 commit comments

Comments
 (0)