Skip to content

Commit

Permalink
Add missing templates directory into the package.
Browse files Browse the repository at this point in the history
  • Loading branch information
aklajnert committed Jan 17, 2020
1 parent 7f33a5c commit 741d1a3
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 5 deletions.
7 changes: 7 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
History
=======

0.1.2 (2020-01-17)
------------------

Bug fixes
~~~~~~~~~
* Fixed missing templates from the ``MANIFEST.in``

0.1.1 (2020-01-16)
------------------

Expand Down
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ include LICENSE
include README.rst
include HISTORY.rst

recursive-include changelogd/templates *
recursive-include tests *
recursive-exclude * __pycache__
recursive-exclude * *.py[co]
Expand Down
3 changes: 1 addition & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
==========
changelogd
==========

Expand Down Expand Up @@ -80,7 +79,7 @@ Output file:
This is the initial release.
### Bug fixes
* [#100](http://repo/issues/100): Changelog message ([@aklajnert]([email protected]))
* [#100](http://repo/issues/100): Changelog message ([@user]([email protected]))
Documentation
-------------
Expand Down
11 changes: 11 additions & 0 deletions changelog.d/releases/1.0.1.2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
entries:
bug:
- git_email: [email protected]
git_user: Andrzej Klajnert
message: Fixed missing templates from the ``MANIFEST.in``
os_user: andrzejk
pr_ids: null
previous_release: 0.1.1
release_date: '2020-01-17'
release_description: ''
release_version: 0.1.2
1 change: 0 additions & 1 deletion changelog.d/templates/entry.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@
`#{{ pr_id }} <{{ pr_url }}/{{ pr_id }}>`_{% if not loop.last %}, {% endif %}
{%- endfor %}: {% endif -%}
{{ message }}
{%- if os_user and git_email %} (`@{{ os_user }} <{{ git_email }}>`_){% endif %}

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.1"
__version__ = "0.1.2"
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Output file:
This is the initial release.
### Bug fixes
* [#100](http://repo/issues/100): Changelog message ([@aklajnert]([email protected]))
* [#100](http://repo/issues/100): Changelog message ([@user]([email protected]))
Contents
--------
Expand Down

0 comments on commit 741d1a3

Please sign in to comment.