Skip to content

Commit

Permalink
update min required python version to 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Parzival1918 committed Sep 18, 2024
1 parent 0209180 commit 0a26e86
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Changelog

## v0.3.0
## v0.3.1

Released on 2024-09-17.
Released on 2024-09-18.

- New command `remove` to remove an entry from the library and its note and PDF files.
- Update the minimum python version to 3.11.

Pypi: https://pypi.org/project/bibmancli/0.3.0/
Pypi: https://pypi.org/project/bibmancli/0.3.1/
6 changes: 6 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v0.3.1

Released on 2024-09-18.

- Update the minimum python version to 3.11.

## v0.3.0

Released on 2024-09-17.
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 = "bibmancli"
version = "0.3.0"
version = "0.3.1"
description = "Simple CLI tool to manage BibTeX files."
authors = [
{ name = "Pedro Juan Royo", email = "[email protected]" }
Expand Down
2 changes: 1 addition & 1 deletion src/bibmancli/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3.0"
__version__ = "0.3.1"

0 comments on commit 0a26e86

Please sign in to comment.