Skip to content

Commit 2726e5e

Browse files
committedJul 20, 2019
Release TestProj 0.1.6
1 parent 23b1b04 commit 2726e5e

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed
 

‎CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
CHANGELOG
22
=========
33

4+
0.1.6 - 2019-07-20
5+
------------------
6+
7+
Trigger new release to test compatibility with latest AutoPub version.
8+
49
0.1.5 - 2019-07-11
510
------------------
611

‎RELEASE.md

-3
This file was deleted.

‎pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "testproj"
3-
version = "0.1.5"
3+
version = "0.1.6"
44
description = "This is a test project."
55
authors = ["BotPub <botpub@autopub.rocks>"]
66
readme = "README.md"

‎testproj/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.5"
1+
__version__ = "0.1.6"

0 commit comments

Comments
 (0)