Skip to content

Commit

Permalink
chore(ver): bump polyversion-r0.0.2a7 -> 0.0.2a8
Browse files Browse the repository at this point in the history
  • Loading branch information
ankostis committed May 23, 2018
1 parent fe571b8 commit 3f0aa52
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pvlib/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ Polyversion: derive subproject versions from tags on git monorepos
:target: https://www.codacy.com/app/ankostis/polyvers_jrc
:alt: Code quality metric

:version: |version|
:updated: |today|
:version: 0.0.2a8
:updated: 2018-05-24T00:11:01.497913
:Documentation: https://polyvers.readthedocs.io
:repository: https://github.com/JRCSTU/polyvers
:pypi-repo: https://pypi.org/project/polyversion/
Expand Down
4 changes: 2 additions & 2 deletions pvlib/polyversion/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,8 +306,8 @@ def polytime(no_raise=False, repo_path=None):
return cdate


__version__ = polyversion('polyversion', '0.0.0')
__updated__ = polytime(no_raise=True)
__version__ = '0.0.2a8'
__updated__ = '2018-05-24T00:11:01.497913'


def run(*args):
Expand Down
2 changes: 1 addition & 1 deletion pvlib/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def clean_line(line):
PROJECT = 'polyversion'
setup(
name=PROJECT,
version=polyversion(PROJECT, '0.0.0'),
version='0.0.2a8',
description="Lib code deriving subproject versions from tags on git monorepos.",
long_description=long_desc,
author="Kostis Anagnostopoulos",
Expand Down

0 comments on commit 3f0aa52

Please sign in to comment.