Skip to content

Commit 2b4d3cb

Browse files
committed
bump version
1 parent 966583c commit 2b4d3cb

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22

33

4+
## 3.1.5 - Nov 08, 2023
5+
- ignore more errors when trying to set hooks (it seems `pyam` uses `setuptools_scm` which does `assert value is sys.stderr` in `setStream()` for whatever reason)
6+
7+
48
## 3.1.4 - May 31, 2023
59
- support spaces at the start and end of titles and units (removed trim)
610

alive_progress/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from .core.configuration import config_handler
22
from .core.progress import alive_bar, alive_it
33

4-
VERSION = (3, 1, 4)
4+
VERSION = (3, 1, 5)
55

66
__author__ = 'Rogério Sampaio de Almeida'
77
__email__ = '[email protected]'

0 commit comments

Comments
 (0)