Skip to content

Commit

Permalink
Release 2.0.0a1
Browse files Browse the repository at this point in the history
  • Loading branch information
pulpbot committed Sep 8, 2021
1 parent 3180ad9 commit ae934fc
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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 = 2.0.0a1.dev
current_version = 2.0.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
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
# built documents.
#
# The short X.Y version.
version = "2.0.0a1.dev"
version = "2.0.0a1"
# The full version, including alpha/beta/rc tags.
release = "2.0.0a1.dev"
release = "2.0.0a1"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion pulp_ostree/app/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ class PulpOstreePluginAppConfig(PulpPluginAppConfig):

name = "pulp_ostree.app"
label = "ostree"
version = "2.0.0a1.dev"
version = "2.0.0a1"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name="pulp-ostree",
version="2.0.0a1.dev",
version="2.0.0a1",
description="OSTree plugin for the Pulp Project",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit ae934fc

Please sign in to comment.