Skip to content

Commit

Permalink
Release 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
aklajnert committed Jan 30, 2020
1 parent c2dfcc8 commit 0d4925b
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 8 deletions.
4 changes: 2 additions & 2 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
History
=======

unreleased (2020-01-30)
-----------------------
0.1.5 (2020-01-30)
------------------

Minor improvements
~~~~~~~~~~~~~~~~~~
Expand Down
5 changes: 0 additions & 5 deletions changelog.d/minor.452e24ef.entry.yaml

This file was deleted.

10 changes: 10 additions & 0 deletions changelog.d/releases/4.0.1.5.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
entries:
minor:
- message: Add __main__.py file to allow invoking via `python -m changelogd`.
pr_ids:
- '6'
timestamp: 1580362053
previous_release: 0.1.4
release_date: '2020-01-30'
release_description: ''
release_version: 0.1.5
2 changes: 1 addition & 1 deletion changelogd/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
"""Top-level package for changelogd."""

__version__ = "0.1.4"
__version__ = "0.1.5"

0 comments on commit 0d4925b

Please sign in to comment.