We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c30a070 + 33ba26c commit 1658a39Copy full SHA for 1658a39
3 files changed
CHANGELOG.md
@@ -1,10 +1,9 @@
1
# Changelog
2
3
-## [0.3.3] (unreleased)
+## [0.3.3] (2017-12-13)
4
5
### Changed
6
- Distribution package changed from .tar.gz to .whl (Python Wheel)
7
-- DLLs are now signed
8
9
## [0.3.2] (2017-07-09)
10
sdf/__init__.py
@@ -7,7 +7,7 @@
from . import hdf5
-__version__ = '0.3.2'
+__version__ = '0.3.3'
11
12
_object_name_pattern = re.compile('[a-zA-Z][a-zA-Z0-9_]*')
13
setup.py
@@ -11,7 +11,7 @@ def readme():
setup(name='SDF',
14
- version='0.3.2',
+ version='0.3.3',
15
description="Work with Scientific Data Format files in Python",
16
long_description=readme(),
17
url="https://github.com/ScientificDataFormat/SDF-Python",
0 commit comments