We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b57e90 commit 5d2b3d1Copy full SHA for 5d2b3d1
CHANGELOG.md
@@ -14,7 +14,6 @@ and **Merged pull requests**. Critical items to know are:
14
The versions coincide with releases on pypi.
15
16
## [0.0.x](https://github.com/singularityhub/singularity-compose/tree/master) (0.0.x)
17
-
18
- fix module import used by check command (0.0.13)
19
- adding jsonschema validation and check command (0.0.12)
20
- implement configuration override feature
scompose/version.py
@@ -8,7 +8,7 @@
8
9
"""
10
11
-__version__ = "0.1.12"
+__version__ = "0.1.13"
12
AUTHOR = "Vanessa Sochat"
13
AUTHOR_EMAIL = "[email protected]"
NAME = "singularity-compose"
0 commit comments