We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23b1b04 commit 2726e5eCopy full SHA for 2726e5e
CHANGELOG.md
@@ -1,6 +1,11 @@
1
CHANGELOG
2
=========
3
4
+0.1.6 - 2019-07-20
5
+------------------
6
+
7
+Trigger new release to test compatibility with latest AutoPub version.
8
9
0.1.5 - 2019-07-11
10
------------------
11
RELEASE.md
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "testproj"
-version = "0.1.5"
+version = "0.1.6"
description = "This is a test project."
authors = ["BotPub <botpub@autopub.rocks>"]
readme = "README.md"
testproj/__init__.py
@@ -1 +1 @@
-__version__ = "0.1.5"
+__version__ = "0.1.6"
0 commit comments