Skip to content

Commit

Permalink
Release 0.0.1
Browse files Browse the repository at this point in the history
[noissue]
  • Loading branch information
mdellweg committed Aug 25, 2021
1 parent 63ff029 commit 69ed781
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.0a1.dev
current_version = 0.0.1
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+))?
Expand Down
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,9 @@
[//]: # (WARNING: Don't drop the towncrier directive!)

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

## 0.0.1 (2021-08-25)

Initial release.

---
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
setup(
name="pulp-cli-deb",
description="Command line interface to talk to pulpcore's REST API. (Debian plugin commands)",
version="0.0.0a1.dev",
version="0.0.1",
packages=packages,
package_data={package: ["py.typed"] for package in packages},
python_requires=">=3.6",
Expand Down

0 comments on commit 69ed781

Please sign in to comment.