Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Commit

Permalink
Merge branch 'release/0.2.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
andrlik committed Oct 16, 2018
2 parents 9a52fcc + 3f33be0 commit 0a4f83a
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 3 deletions.
15 changes: 15 additions & 0 deletions .bumpversion.cfg
@@ -0,0 +1,15 @@
[bumpversion]
current_version = 0.2.1
commit = True
tag = False

[bumpversion:file:fiction_outlines_api/__init__.py]

[bumpversion:file:HISTORY.rst]
search =
**unreleased**
++++++++++++++
replace =
{new_version} ({now:%Y-%m-%d})
+++++++++++++++++++++++++++

2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -50,3 +50,5 @@ output/*/index.html

# Sphinx
docs/_build

.python-version
5 changes: 5 additions & 0 deletions HISTORY.rst
Expand Up @@ -3,6 +3,11 @@
History
-------

0.2.1 (2018-10-16)
+++++++++++++++++++++++++++

* Support for both python 3.6 and 3.7

0.2.0 (2018-08-08)
++++++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion fiction_outlines_api/__init__.py
@@ -1,2 +1,2 @@
__version__ = '0.2.0'
__version__ = '0.2.1'
default_app_config = 'fiction_outlines_api.apps.FictionOutlinesApiConfig'
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,4 +1,4 @@
django-fiction-outlines>=0.3
django-fiction-outlines>=0.3.1
django-rest-framework-rules
djangorestframework
coreapi
Expand Down
4 changes: 3 additions & 1 deletion tox.ini
@@ -1,8 +1,9 @@
[tox]
envlist =
{py37}-django{20,21}
{py36,py37}-django{20,21}
flake8-py3
docs
skip_missing_interpreters = True

[testenv:docs]
passenv = TRAVIS TRAVIS_* COVERALLS_REPO_TOKEN CIRCLECI*
Expand Down Expand Up @@ -38,3 +39,4 @@ commands =
[travis]
python =
3.7: py37
3.6: py36

0 comments on commit 0a4f83a

Please sign in to comment.