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 1b3738e commit 7b92e93Copy full SHA for 7b92e93
src/confcom/HISTORY.rst
@@ -3,6 +3,10 @@
3
Release History
4
===============
5
6
+1.2.8
7
+++++++
8
+* bugfix for --exclude-default-fragments flag not working as intended
9
+
10
1.2.7
11
++++++
12
* bugfix making it so that oras discover function doesn't error when no fragments are found in the remote repository
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.7"
+VERSION = "1.2.8"
23
24
# The full list of classifiers is available at
25
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
0 commit comments