Skip to content

Commit

Permalink
Bump version: 5.0.1 → 5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ionelmc committed Dec 6, 2019
1 parent 0832247 commit e74ec30
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 5.0.1
current_version = 5.0.2
commit = True
tag = True

Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ Overview
:alt: Supported implementations
:target: https://pypi.org/project/darkslide

.. |commits-since| image:: https://img.shields.io/github/commits-since/ionelmc/python-darkslide/v5.0.1.svg
.. |commits-since| image:: https://img.shields.io/github/commits-since/ionelmc/python-darkslide/v5.0.2.svg
:alt: Commits since latest release
:target: https://github.com/ionelmc/python-darkslide/compare/v5.0.1...master
:target: https://github.com/ionelmc/python-darkslide/compare/v5.0.2...master


.. |scrutinizer| image:: https://img.shields.io/scrutinizer/quality/g/ionelmc/python-darkslide/master.svg
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def read(*names, **kwargs):

setup(
name='darkslide',
version='5.0.1',
version='5.0.2',
license='Apache-2.0',
description='Lightweight markup language-based html5 slideshow generator. Forked from Landslide.',
long_description='%s\n%s' % (
Expand Down
2 changes: 1 addition & 1 deletion src/darkslide/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '5.0.1'
__version__ = '5.0.2'

0 comments on commit e74ec30

Please sign in to comment.