Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rsalmei committed Nov 8, 2023
1 parent 966583c commit 2b4d3cb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog


## 3.1.5 - Nov 08, 2023
- 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)


## 3.1.4 - May 31, 2023
- support spaces at the start and end of titles and units (removed trim)

Expand Down
2 changes: 1 addition & 1 deletion alive_progress/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from .core.configuration import config_handler
from .core.progress import alive_bar, alive_it

VERSION = (3, 1, 4)
VERSION = (3, 1, 5)

__author__ = 'Rogério Sampaio de Almeida'
__email__ = '[email protected]'
Expand Down

0 comments on commit 2b4d3cb

Please sign in to comment.