We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28e3aef commit 89d86d7Copy full SHA for 89d86d7
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## v1.0.0
4
+
5
+- initial production release with support for comma-delimited full panose data definitions and individual panose data field option definitions
6
7
## v0.0.1
8
9
- PyPI name save release
lib/panosifier/__init__.py
@@ -1,3 +1,3 @@
#!/usr/bin/env python3
-version = __version__ = "0.0.2-pre0"
+version = __version__ = "1.0.0"
0 commit comments