Skip to content

Commit

Permalink
bump: version 0.6.4b0 → 0.6.4.dev34
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 23, 2023
1 parent 44d8db7 commit b9c1957
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 1 deletion.
41 changes: 41 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,41 @@
## 0.6.4.dev34 (2023-10-23)

## 0.6.4.dev29 (2023-10-23)

### Perf

- **pyproject.toml**: Set the start version of the new dparse release

## 0.6.3.dev26 (2023-10-22)

### Perf

- **.github**: prepare release workflows

## 0.6.3 (2023-06-26)

## 0.6.2 (2022-09-19)

## 0.6.1 (2022-09-19)

## 0.6.0 (2022-09-10)

## 0.5.2 (2022-08-09)

## 0.5.1 (2020-04-26)

## 0.5.0 (2020-03-14)

## 0.4.1 (2018-04-06)

## 0.4 (2018-04-06)

## 0.3.0 (2018-03-15)

## 0.2.1 (2017-07-19)

## 0.2.0 (2017-07-19)

## 0.1.1 (2017-07-14)

## 0.1.0 (2017-07-12)
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "dparse"
version = "0.6.4b0"
version = "0.6.4.dev34"
description = "A parser for Python dependency files"
keywords = ["dparse"]
readme = "README.rst"
Expand Down

0 comments on commit b9c1957

Please sign in to comment.