Skip to content

Commit

Permalink
version bump: 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
svenevs committed Feb 4, 2018
1 parent 28065cf commit 08f71c3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
include README.rst

# Include the license file
include LICENSE.md
include LICENSE

# Include the data files
recursive-include exhale/data *
2 changes: 1 addition & 1 deletion exhale/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

from __future__ import unicode_literals

__version__ = "0.1.5"
__version__ = "0.1.6"


def environment_ready(app):
Expand Down
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
########################################################################################
b_desc_begin = ".. begin_exhale_brief_desc"
b_desc_end = ".. end_exhale_brief_desc"
l_desc_begin = ".. begin_exhale_long_desc" # read from here until remainder of file
l_desc_begin = ".. begin_exhale_long_desc" # read from here until remainder of file
b_avoid_raw = ".. begin_strip_raw_for_pypi" # fancy highlighting with bold not allowed
e_avoid_raw = ".. end_strip_raw_for_pypi" # because of .. raw:: html
here = os.path.abspath(os.path.dirname(__file__))
Expand Down Expand Up @@ -150,6 +150,8 @@
"License :: OSI Approved :: BSD License",
"Natural Language :: English",
"Programming Language :: Python",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 3",
"Topic :: Documentation :: Sphinx",
"Topic :: Software Development :: Documentation",
]
Expand Down

0 comments on commit 08f71c3

Please sign in to comment.