[Darshan-commits] [Git][darshan/darshan][master] 2 commits: updated PyDarshan versions for 3.3.0.2
Shane Snyder
xgitlab at cels.anl.gov
Wed May 5 23:27:23 CDT 2021
Shane Snyder pushed to branch master at darshan / darshan
Commits:
67df16e6 by Shane Snyder at 2021-05-05T22:22:47-05:00
updated PyDarshan versions for 3.3.0.2
- - - - -
abefb7de by Shane Snyder at 2021-05-05T22:23:13-05:00
initial PyDarshan changelog
- - - - -
4 changed files:
- + darshan-util/pydarshan/CHANGELOG.rst
- darshan-util/pydarshan/darshan/__init__.py
- darshan-util/pydarshan/setup.cfg
- darshan-util/pydarshan/setup.py
Changes:
=====================================
darshan-util/pydarshan/CHANGELOG.rst
=====================================
@@ -0,0 +1,3 @@
+PyDarshan-3.3.0.2
+=================
+* Initial public release
=====================================
darshan-util/pydarshan/darshan/__init__.py
=====================================
@@ -3,8 +3,8 @@ PyDarshan provides direct log access for reading binary Darshan logs.
PyDarshan also provides a suite of analysis utilities.
"""
-__version__ = '3.3.0.1'
-__darshanutil_version__ = '3.3.0-pre2'
+__version__ = '3.3.0.2'
+__darshanutil_version__ = '3.3.0'
import logging
logger = logging.getLogger(__name__)
=====================================
darshan-util/pydarshan/setup.cfg
=====================================
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 3.3.0.1
+current_version = 3.3.0.2
commit = False
tag = False
=====================================
darshan-util/pydarshan/setup.py
=====================================
@@ -76,6 +76,6 @@ setup(
test_suite="tests",
tests_require=test_requirements,
url='https://www.mcs.anl.gov/research/projects/darshan/',
- version='3.3.0.1',
+ version='3.3.0.2',
zip_safe=False,
)
View it on GitLab: https://xgitlab.cels.anl.gov/darshan/darshan/-/compare/078cf4f36f9245220096dcb92ae2b65caaa7126e...abefb7de07e837150019fcdab50b31c9dea1f8e6
--
View it on GitLab: https://xgitlab.cels.anl.gov/darshan/darshan/-/compare/078cf4f36f9245220096dcb92ae2b65caaa7126e...abefb7de07e837150019fcdab50b31c9dea1f8e6
You're receiving this email because of your account on xgitlab.cels.anl.gov.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/darshan-commits/attachments/20210505/5bf4d8bf/attachment-0001.html>
More information about the Darshan-commits
mailing list