Skip to content

Commit

Permalink
Release TravisProj 0.1.6 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
botpub committed Jul 20, 2019
1 parent f49fc32 commit ee5f2b3
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
CHANGELOG
=========

0.1.6 - 2019-07-20
------------------

Use global `TWINE_USERNAME` and `TWINE_PASSWORD` environment variables.

0.1.5 - 2019-07-20
------------------

Expand Down
4 changes: 0 additions & 4 deletions RELEASE.md

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "travisproj"
version = "0.1.5"
version = "0.1.6"
description = "This is a test project."
authors = ["BotPub <botpub@autopub.rocks>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import find_packages, setup


version = "0.1.5"
version = "0.1.6"

entry_points = {
"console_scripts": [
Expand Down
2 changes: 1 addition & 1 deletion travisproj/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.5"
__version__ = "0.1.6"

0 comments on commit ee5f2b3

Please sign in to comment.