Skip to content

Commit

Permalink
Bump version (v0.2.5 -> v0.2.6) + Fix package_data (2nd try)
Browse files Browse the repository at this point in the history
  • Loading branch information
leifgehrmann committed Mar 24, 2019
1 parent a59c048 commit 669a092
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 5 additions & 1 deletion NEWS.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
---------

Version 0.2.2 - 0.2.5
Version 0.2.2 - 0.2.6
.....................

Released on 2019-03-23.
Expand Down Expand Up @@ -33,6 +33,10 @@ easy to replicate manually.
A ``MANIFEST.in`` file has been added to fix this.
(see https://stackoverflow.com/a/14159430)

- Version 0.2.6

- ``include_package_data`` and ``zip_safe`` need to be set.

Version 0.2.2
.............

Expand Down
2 changes: 1 addition & 1 deletion pangocairocffi/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.5
0.2.6
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ install_requires =
cairocffi >= 1.0.2
pangocffi >= 0.4.0
python_requires = >= 3.5
include_package_data = True
zip_safe = False

[aliases]
test=pytest

0 comments on commit 669a092

Please sign in to comment.