Skip to content

Commit 0845c42

Browse files
committed
should have software version match branch fornow
Signed-off-by: Vanessa Sochat <[email protected]>
1 parent 8c53b1b commit 0845c42

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ and changes prior to that are (unfortunately) done retrospectively. Critical ite
1515

1616

1717
## [master](https://github.com/singularityware/singularity-python/tree/master)
18+
- attempting secure build (3.4.2)
19+
20+
## [v3.2.1](https://github.com/singularityware/singularity-python/blob/v3.2.1) (v3.2.1)
1821
- updating Singularity python for version 3 singularity (3.0.0)
1922
- removed all client functionality in favor of using spython (2.5)
2023
- build on Google will not extract file counts, etc.

singularity/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
1818
'''
1919

20-
__version__ = "3.0.0"
20+
__version__ = "3.4.2"
2121
AUTHOR = 'Vanessa Sochat'
2222
AUTHOR_EMAIL = '[email protected]'
2323
NAME = 'singularity'

0 commit comments

Comments
 (0)