We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d5a5cb commit caeb0c8Copy full SHA for caeb0c8
CHANGELOG.md
@@ -8,6 +8,14 @@ a list of versions that have been released on PyPI.
8
9
[//]: # (begin_release_notes)
10
11
+1.1.0 (2018-11-07)
12
+==================
13
+
14
+### Features
15
16
+- Releasing to PyPI (#1)
17
18
19
1.0.0 (2018-11-07)
20
==================
21
docs/news/1.feature
src/snippet/_version.py
@@ -1,4 +1,4 @@
1
# This project's release version
2
-__version__ = '1.0.0'
+__version__ = '1.1.0'
3
# This project's release commit hash
4
-COMMIT = "770fbd290598bca35b1becb13f5b673962023cd6"
+COMMIT = "5d5a5cbd12ef49909d78c2247a2f988efb9c4894"
0 commit comments