Skip to content

Commit

Permalink
Bump version to 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jsfehler committed Oct 15, 2024
1 parent c641292 commit 63c0ad1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
Changelog
=========

[3.4.0] - 2024-10-14
--------------------

Added
~~~~~

- Book object for grouping EncEntry.

Changed
~~~~~~~

- `AddEntryError` is raised when adding an entry fails, instead of ValueError.
- The attribute EncEntry.has_pages has been removed. Use `len(EncEntry().pages) > 1` instead.
- The method `Encyclopaedia.add_entry_to_unlocked_entries()` is now private and renamed to `Encyclopaedia._add_entry_to_unlocked_entries()`
- The method `EncEntry.add_entry_to_unlocked_entries()` is now private and renamed to `EncEntry._add_entry_to_unlocked_entries()`

[3.3.0] - 2024-07-21
--------------------
Expand Down
2 changes: 1 addition & 1 deletion encyclopaedia/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.3.0"
__version__ = "3.4.0"

0 comments on commit 63c0ad1

Please sign in to comment.