Skip to content

Commit

Permalink
Release 2023.11.8
Browse files Browse the repository at this point in the history
  • Loading branch information
glujan committed Nov 8, 2023
1 parent a283341 commit 5e57084
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# Changelog

## 2023.6.12-dev
## 2023.11.9-dev

## 2023.11.8
* add `--dry-run` mode
* support httpx 0.20-0.24+
* support Python 3.8-3.12.0-beta.2
* move to pyproject.toml
* run `pre-commit` in CI

## 2023.5.11
* fixed a bug that interrupted some downloads (#34)
Expand Down
2 changes: 1 addition & 1 deletion drpg/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from drpg.sync import DrpgSync

__all__ = ["DrpgSync"]
__version__ = "2023.6.12-dev"
__version__ = "2023.11.8"

0 comments on commit 5e57084

Please sign in to comment.