We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c9db4a commit 643a621Copy full SHA for 643a621
src/confcom/HISTORY.rst
@@ -3,6 +3,10 @@
3
Release History
4
===============
5
6
+1.2.9
7
+++++++
8
+* bugfix for --exclude-default-fragments flag not working as intended
9
+
10
1.2.8
11
++++++
12
* Made the default minimum SVN of the infrastructure fragment 4
src/confcom/setup.py
@@ -19,7 +19,7 @@
19
20
logger.warn("Wheel is not available, disabling bdist_wheel hook")
21
22
-VERSION = "1.2.8"
+VERSION = "1.2.9"
23
24
# The full list of classifiers is available at
25
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
0 commit comments