Skip to content

Commit

Permalink
Fix markdown handling
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 committed Oct 29, 2018
1 parent b8a5fc3 commit ffc9c81
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.1.2

* Fix handling of long description in `setup.py`

## 1.1.1

* Fix handling of long description in `setup.py`
Expand Down
2 changes: 1 addition & 1 deletion libversion/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
from libversion._libversion import ANY_IS_PATCH, P_IS_PATCH, version_compare, version_compare2, version_compare4


__version__ = '1.1.1'
__version__ = '1.1.2'

__all__ = [
'version_compare2',
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ def get_long_description():
version=get_version(),
description='Python bindings for libversion',
long_description=get_long_description(),
long_description_content_type='text/markdown',
author='Dmitry Marakasov',
author_email='[email protected]',
url='https://github.com/repology/py-libversion',
Expand Down

0 comments on commit ffc9c81

Please sign in to comment.