We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8bedf4 commit 4b0f2f7Copy full SHA for 4b0f2f7
debian/changelog
@@ -1,3 +1,9 @@
1
+woudc-api (0.8.2) focal; urgency=medium
2
+
3
+ * Add debian/postinst
4
5
+ -- Kevin Ngai <[email protected]> Mon, 22 Aug 2022 21:41:00 +0000
6
7
woudc-api (0.8.1) focal; urgency=medium
8
9
* Fix typo in changelog
woudc_api/__init__.py
@@ -43,7 +43,7 @@
43
#
44
# =================================================================
45
46
-__version__ = '0.8.1'
+__version__ = '0.8.2'
47
48
import click
49
0 commit comments