We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c53b1b commit 0845c42Copy full SHA for 0845c42
2 files changed
CHANGELOG.md
@@ -15,6 +15,9 @@ and changes prior to that are (unfortunately) done retrospectively. Critical ite
15
16
17
## [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)
21
- updating Singularity python for version 3 singularity (3.0.0)
22
- removed all client functionality in favor of using spython (2.5)
23
- build on Google will not extract file counts, etc.
singularity/version.py
@@ -17,7 +17,7 @@
'''
-__version__ = "3.0.0"
+__version__ = "3.4.2"
AUTHOR = 'Vanessa Sochat'
AUTHOR_EMAIL = 'vsochat@stanford.edu'
NAME = 'singularity'
0 commit comments