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 770fbd2 commit 9f8d429Copy full SHA for 9f8d429
CHANGELOG.md
@@ -7,3 +7,9 @@ This news file contains a log of notable changes to `snippet`. Please see [code-
7
a list of versions that have been released on PyPI.
8
9
[//]: # (begin_release_notes)
10
+
11
+1.0.0 (2018-11-07)
12
+==================
13
14
15
+No significant changes.
src/snippet/_version.py
@@ -1,4 +1,4 @@
1
-# This project's release version
2
-__version__ = '1.0.0'
3
-# This project's release commit hash
4
-COMMIT = "eaf470ba20d828d3431e15df75ba3f28dcd23961"
+# This project's release version
+__version__ = '1.0.0'
+# This project's release commit hash
+COMMIT = "770fbd290598bca35b1becb13f5b673962023cd6"
0 commit comments