Skip to content

Commit 38bd4b0

Browse files
committed
Release TestProj 0.1.11
1 parent 6770334 commit 38bd4b0

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
CHANGELOG
22
=========
33

4+
0.1.11 - 2019-07-28
5+
-------------------
6+
7+
Test corrected PyPI URL
8+
49
0.1.10 - 2019-07-25
510
-------------------
611

RELEASE.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "testproj"
3-
version = "0.1.10"
3+
version = "0.1.11"
44
description = "This is a test project."
55
authors = ["BotPub <[email protected]>"]
66
readme = "README.md"

testproj/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.10"
1+
__version__ = "0.1.11"

0 commit comments

Comments
 (0)