Skip to content

Commit 2908068

Browse files
committed
Release 0.6.0
1 parent d44e621 commit 2908068

8 files changed

Lines changed: 19 additions & 8 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.6.0.dev
2+
current_version = 0.6.0
33
commit = False
44
tag = False
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(1b)?(?P<patch>\d+)(\.(?P<release>[a-z]+))?

CHANGES.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,20 @@
88

99
[//]: # (towncrier release notes start)
1010

11+
## 0.6.0 (2024-06-19) {: #0.6.0 }
12+
13+
14+
#### Deprecations and Removals {: #0.6.0-removal }
15+
16+
- Bumped miminal pulpcore requirement to 3.49.0.
17+
- Droped support for python 3.8.
18+
19+
#### Misc {: #0.6.0-misc }
20+
21+
-
22+
23+
---
24+
1125
## 0.5.1 (2024-05-23) {: #0.5.1 }
1226

1327
### Bugfixes

CHANGES/+drop_python38.removal

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGES/+new-docs-ci.misc

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGES/+pulpcore.removal

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@
7373
# built documents.
7474
#
7575
# The short X.Y version.
76-
version = "0.6.0.dev"
76+
version = "0.6.0"
7777
# The full version, including alpha/beta/rc tags.
78-
release = "0.6.0.dev"
78+
release = "0.6.0"
7979

8080
# The language for content autogenerated by Sphinx. Refer to documentation
8181
# for a list of supported languages.

pulp_gem/app/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ class PulpGemPluginAppConfig(PulpPluginAppConfig):
66

77
name = "pulp_gem.app"
88
label = "gem"
9-
version = "0.6.0.dev"
9+
version = "0.6.0"
1010
python_package_name = "pulp-gem"
1111
domain_compatible = True

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name="pulp-gem",
13-
version="0.6.0.dev",
13+
version="0.6.0",
1414
description="Gemfile plugin for the Pulp Project",
1515
long_description=long_description,
1616
license="GPLv2+",

0 commit comments

Comments
 (0)