Skip to content

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xavdid committed Jun 15, 2023
1 parent 85b73f2 commit 71fb5cd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This project uses [SemVer](https://semver.org/) for versioning. Its public APIs,

## 0.4.0

_released `TBD`_
_released `2023-06-14`_

- the `archive` command includes saved posts / comments by default (in their own table). Use the `--skip-saved` flag to opt out of this behavior ([#16](https://github.com/xavdid/reddit-user-to-sqlite/pull/16))
- add support for Python 3.9, verified using `tox` ([#19](https://github.com/xavdid/reddit-user-to-sqlite/pull/19))
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ In your virtual environment, a simple `pytest` should run the unit test suite. Y

> these notes are mostly for myself (or other contributors)
0. ensure tests pass (`pytest`)
0. ensure tests pass (`tox -p`)
1. install release tooling (`pip install -e '.[release]'`)
2. build the package (`python -m build`)
3. upload the release (`python -m twine upload dist/*`)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "reddit-user-to-sqlite"
version = "0.3.1"
version = "0.4.0"

authors = [{ name = "David Brownman", email = "[email protected]" }]
description = "Create a SQLite database containing data pulled from Reddit about a single user."
Expand Down

0 comments on commit 71fb5cd

Please sign in to comment.