Skip to content

Commit

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

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

* Add `TWINE_USERNAME` and `TWINE_PASSWORD` environment variables
* Add missing PyPI metadata to `setup.py`

0.1.4 - 2019-07-20
------------------

Expand Down
5 changes: 0 additions & 5 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.4"
version = "0.1.5"
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.4"
version = "0.1.5"

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.4"
__version__ = "0.1.5"

0 comments on commit a14888c

Please sign in to comment.