Skip to content

Commit

Permalink
Merge pull request #57 from snok/bugfix/setup_dependency/#56
Browse files Browse the repository at this point in the history
Adds all .rst files to build.
  • Loading branch information
JonasKs authored Feb 24, 2021
2 parents 001541f + bbc37cb commit 1b3c460
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@ Changelog
=========


`2.2.1`_ - 2020-02-16
---------------------
**Package bugfix**

* Fixes #56. Making `setup.py install` possible.


`2.2.0`_ - 2020-11-04
---------------------
**Features**
Expand Down Expand Up @@ -190,3 +197,4 @@ Changelog
.. _2.0.0: https://github.com/jonasks/django-guid/compare/1.1.1...2.0.0
.. _2.1.0: https://github.com/jonasks/django-guid/compare/2.0.0...2.1.0
.. _2.2.0: https://github.com/jonasks/django-guid/compare/2.1.0...2.2.0
.. _2.2.1: https://github.com/jonasks/django-guid/compare/2.2.0...2.2.1
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include *.rst
2 changes: 1 addition & 1 deletion django_guid/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
This file is imported by setup.py
Adding imports here will break setup.py
"""
__version__ = '2.2.0'
__version__ = '2.2.1'
default_app_config = 'django_guid.apps.DjangoGuidConfig'

0 comments on commit 1b3c460

Please sign in to comment.