Skip to content

Commit

Permalink
Release TravisProj 0.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
botpub committed Jul 25, 2019
1 parent dc4ec1d commit e7574ab
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 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.10 - 2019-07-25
-------------------

Use Travis v0 conditions, where `travis_terminate` command is allegedly available.

0.1.9 - 2019-07-25
------------------

Expand Down
3 changes: 0 additions & 3 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.9"
version = "0.1.10"
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.9"
version = "0.1.10"

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.9"
__version__ = "0.1.10"

0 comments on commit e7574ab

Please sign in to comment.