Skip to content

Commit

Permalink
Release 0.1.0a1
Browse files Browse the repository at this point in the history
  • Loading branch information
fao89 committed Nov 18, 2020
1 parent 5170a39 commit 4e65641
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
[bumpversion]
current_version = 0.1.0a1.dev
current_version = 0.1.0a1
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(0a)?(?P<patch>\d+)(\.(?P<release>[a-z]+))?
serialize =
serialize =
{major}.{minor}.0a{patch}.{release}
{major}.{minor}.0a{patch}

[bumpversion:part:release]
optional_value = prod
first_value = dev
values =
values =
dev
prod

Expand Down
2 changes: 1 addition & 1 deletion pulp_npm/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "0.1.0a1.dev"
__version__ = "0.1.0a1"

default_app_config = "pulp_npm.app.PulpNpmPluginAppConfig"
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pulpcore>=3.0.0
pulpcore>=3.7,<3.10
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name="pulp-npm",
version="0.1.0a1.dev",
version="0.1.0a1",
description="pulp-npm plugin for the Pulp Project",
license="GPLv2+",
author="AUTHOR",
Expand Down

0 comments on commit 4e65641

Please sign in to comment.