Skip to content

Commit

Permalink
release 0.3.1 with markdown support in pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Currah committed Jun 5, 2018
1 parent 74cc3d8 commit fd1c837
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.3.1 (June, 5, 2018)
### Fixed
* Ensure markdown is used for pypi description

## 0.3.0 (November, 8, 2017)
### Fixed
* Prevent wasted CPU cycles on long searches by sleeping for 1 second after each result check
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ print json.dumps(result, sort_keys=True, indent=2)
## Contributors

- [pkeeper](https://github.com/pkeeper)
- [lowell80](https://github.com/lowell80)

## Author

Expand Down
Empty file modified run_build.sh
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion searchsplunk/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""
Reports the version of the module
"""
__version__ = '0.3.0'
__version__ = '0.3.1'
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@

setup(
name='searchsplunk',
version='0.3.0',
version='0.3.1',
description='Splunk search client',
long_description=long_description,
long_description_content_type="text/markdown",
long_description_content_type='text/markdown',
author='Ryan Currah',
author_email='[email protected]',
url='https://github.com/ryancurrah/searchsplunk',
Expand Down

0 comments on commit fd1c837

Please sign in to comment.