Skip to content

Commit 68f53fa

Browse files
authored
Release/0.3.14 (#92)
* Pin histogram version
1 parent 830b436 commit 68f53fa

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGES.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Release notes
33
=============
44

5+
6+
Version 0.3.14, Feb 2021
7+
------------------------
8+
* Pin ``histogrammar`` version for backwards compatibility
9+
510
Version 0.3.13, Feb 2021
611
------------------------
712
* ``Spark 3.0`` support (``histogrammar`` update) (#87)

popmon/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""THIS FILE IS AUTO-GENERATED BY SETUP.PY."""
22

33
name = "popmon"
4-
version = "0.3.13"
5-
full_version = "0.3.13"
4+
version = "0.3.14"
5+
full_version = "0.3.14"
66
release = True

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
numpy>=1.18.0
22
pandas>=0.25.1
33
scipy>=1.5.2
4-
histogrammar>=1.0.12
4+
histogrammar==1.0.12
55
phik
66
jinja2
77
tqdm

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
MAJOR = 0
66
REVISION = 3
7-
PATCH = 13
7+
PATCH = 14
88
DEV = False
99
# NOTE: also update version at: README.rst
1010

0 commit comments

Comments
 (0)