Skip to content

Commit

Permalink
Bump version: 0.4.0 → 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cehbrecht committed May 22, 2019
1 parent 0f23ba5 commit 7f91b9d
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 11 deletions.
3 changes: 3 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Changes
Unreleased
==========

0.5.0 (2019-05-22)
==================

Changes:

* Skipped Buildout (#49).
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Configuration
VERSION := 0.4.0
VERSION := VERSION := birdhouse/twitcher:0.5.0
APP_ROOT := $(abspath $(lastword $(MAKEFILE_LIST))/..)
INI_FILE ?= development.ini

Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
# The short X.Y version.
version = ''
# The full version, including alpha/beta/rc tags.
release = '0.4.0'
release = '0.5.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
16 changes: 8 additions & 8 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
[bumpversion]
current_version = 0.4.0
current_version = 0.5.0
commit = True
tag = True

[bumpversion:file:CHANGES.rst]
search =
search =
Unreleased
==========
replace =
replace =
Unreleased
==========

{new_version} ({now:%%Y-%%m-%%d})
==================

Expand All @@ -30,19 +30,18 @@ replace = release = '{new_version}'
description-file = README.rst

[tool:pytest]
addopts =
addopts =
--strict
--tb=native
# tests/
python_files = test_*.py
markers =
markers =
online: mark test to need internet connection
slow: mark test to be slow

[flake8]
ignore = F401,E402
max-line-length = 120
exclude =
exclude =
.git,
__pycache__,
twitcher/alembic/versions,
Expand All @@ -54,3 +53,4 @@ exclude =
[doc8]
ignore-path = docs/build,docs/source/_templates,docs/source/_static
max-line-length = 120

2 changes: 1 addition & 1 deletion twitcher/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

__author__ = """Carsten Ehbrecht"""
__email__ = 'ehbrecht@dkrz.de'
__version__ = '0.4.0'
__version__ = '0.5.0'

0 comments on commit 7f91b9d

Please sign in to comment.