Skip to content

Commit

Permalink
Merge branch 'release/0.9.9'
Browse files Browse the repository at this point in the history
  • Loading branch information
chabErch committed Jun 12, 2021
2 parents 6ec4dde + 2bb53f3 commit acf532a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'chaberch'

# The full version, including alpha/beta/rc tags
release = '0.9.8'
release = '0.9.9'

# -- General configuration ---------------------------------------------------

Expand Down
Empty file added linum/styles/svg/__init__.py
Empty file.
Empty file added linum/styles/xlsx/__init__.py
Empty file.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@
name='Linum',
version=version,
packages=find_packages(exclude=["tests", "examples"]),
package_data={"": ["*.yaml"]},
data_files=[('', ["requirements.txt", "version.txt"])],
package_data={"": ["*.yaml", "*.css"]},
# include_package_data=True,
data_files=[('', ["requirements.txt", "version.txt", "*.yaml"])],
url='https://github.com/chabErch/Linum',
license='MIT',
author='chaberch',
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.8
0.9.9

0 comments on commit acf532a

Please sign in to comment.