Skip to content

Commit

Permalink
Patch release 0.11.3 for fixing progressbar (#298)
Browse files Browse the repository at this point in the history
* Update HISTORY.md

* Bump version: 0.11.2 → 0.11.3
  • Loading branch information
JoranAngevaare committed Jul 29, 2020
1 parent 0f90d8c commit 945745b
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.11.2
current_version = 0.11.3
files = setup.py strax/__init__.py docs/source/conf.py
commit = True
tag = True
5 changes: 5 additions & 0 deletions HISTORY.md
@@ -1,3 +1,8 @@
0.11.3 / 2020-07-29
---------------------
- bugfix in new progressbar feature (#296)


0.11.2 / 2020-07-21
---------------------
- new plugin type: CutPlugin (#274)
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Expand Up @@ -65,9 +65,9 @@
# built documents.
#
# The short X.Y version.
version = '0.11.2'
version = '0.11.3'
# The full version, including alpha/beta/rc tags.
release = '0.11.2'
release = '0.11.3'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -12,7 +12,7 @@
history = file.read()

setuptools.setup(name='strax',
version='0.11.2',
version='0.11.3',
description='Streaming analysis for xenon TPCs',
author='Jelle Aalbers',
url='https://github.com/AxFoundation/strax',
Expand Down
2 changes: 1 addition & 1 deletion strax/__init__.py
@@ -1,5 +1,5 @@
# flake8: noqa
__version__ = '0.11.2'
__version__ = '0.11.3'

# Glue the package together
# See https://www.youtube.com/watch?v=0oTh1CXRaQ0 if this confuses you
Expand Down

0 comments on commit 945745b

Please sign in to comment.