We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72c56bd commit 07a3065Copy full SHA for 07a3065
src/confcom/HISTORY.rst
@@ -3,6 +3,10 @@
3
Release History
4
===============
5
6
+1.4.4
7
+++++++
8
+* Improve the package building process
9
+
10
1.4.3
11
++++++
12
* Fix installing OPA on Windows and in strict networking environments
src/confcom/setup.py
@@ -20,7 +20,7 @@
20
21
logger.warn("Wheel is not available, disabling bdist_wheel hook")
22
23
-VERSION = "1.4.3"
+VERSION = "1.4.4"
24
25
# The full list of classifiers is available at
26
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
0 commit comments