Skip to content

Commit 0a24045

Browse files
committed
fixing usability so builds are streamed
Signed-off-by: Vanessa Sochat <[email protected]>
1 parent aab8180 commit 0a24045

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ and **Merged pull requests**. Critical items to know are:
1414
The versions coincide with releases on pypi.
1515

1616
## [0.0.x](https://github.com/singularityhub/singularity-compose/tree/master) (0.0.x)
17+
- ensuring that builds are streamed (0.0.14)
1718
- adding more build options to build as build-flags (0.0.13)
1819
- when not using sudo, need to set --network=none, and catching exec error (0.0.12)
1920
- pyaml version should be for newer kind, and still check for attribute (0.0.11)

scompose/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
1818
'''
1919

20-
__version__ = "0.0.13"
20+
__version__ = "0.0.14"
2121
AUTHOR = 'Vanessa Sochat'
2222
AUTHOR_EMAIL = '[email protected]'
2323
NAME = 'singularity-compose'
@@ -31,7 +31,7 @@
3131

3232

3333
INSTALL_REQUIRES = (
34-
('spython', {'min_version': '0.0.68'}),
34+
('spython', {'min_version': '0.0.69'}),
3535
('pyaml', {'min_version': '5.1.1'}),
3636
)
3737

0 commit comments

Comments
 (0)