Skip to content

Commit

Permalink
Bump version: 0.6.1 → 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tibordp committed Jun 25, 2020
1 parent 4a954ed commit 7108e14
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
3 changes: 1 addition & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.6.1
current_version = 0.6.2
commit = True
tag = True

Expand All @@ -18,4 +18,3 @@ replace = version = release = "{new_version}"
[bumpversion:file:src/pyncette/__init__.py]
search = __version__ = "{current_version}"
replace = __version__ = "{new_version}"

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

.. |commits-since| image:: https://img.shields.io/github/commits-since/tibordp/pyncette/v0.6.1.svg
.. |commits-since| image:: https://img.shields.io/github/commits-since/tibordp/pyncette/v0.6.2.svg
:alt: Commits since latest release
:target: https://github.com/tibordp/pyncette/compare/v0.6.1...master
:target: https://github.com/tibordp/pyncette/compare/v0.6.2...master



Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
year = "2019"
author = "Tibor Djurica Potpara"
copyright = "{0}, {1}".format(year, author)
version = release = "0.6.1"
version = release = "0.6.2"

pygments_style = "trac"
templates_path = ["."]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def read(*names, **kwargs):

setup(
name="pyncette",
version="0.6.1",
version="0.6.2",
license="MIT",
description="A reliable distributed scheduler with pluggable storage backends",
long_description="%s\n%s"
Expand Down
2 changes: 1 addition & 1 deletion src/pyncette/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.6.1"
__version__ = "0.6.2"

from .model import Context
from .model import ExecutionMode
Expand Down

0 comments on commit 7108e14

Please sign in to comment.