Skip to content

Commit 63c0ad1

Browse files
committed
Bump version to 3.4.0
1 parent c641292 commit 63c0ad1

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
Changelog
22
=========
33

4+
[3.4.0] - 2024-10-14
5+
--------------------
6+
7+
Added
8+
~~~~~
9+
10+
- Book object for grouping EncEntry.
11+
12+
Changed
13+
~~~~~~~
14+
15+
- `AddEntryError` is raised when adding an entry fails, instead of ValueError.
16+
- The attribute EncEntry.has_pages has been removed. Use `len(EncEntry().pages) > 1` instead.
17+
- The method `Encyclopaedia.add_entry_to_unlocked_entries()` is now private and renamed to `Encyclopaedia._add_entry_to_unlocked_entries()`
18+
- The method `EncEntry.add_entry_to_unlocked_entries()` is now private and renamed to `EncEntry._add_entry_to_unlocked_entries()`
419

520
[3.3.0] - 2024-07-21
621
--------------------

encyclopaedia/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "3.3.0"
1+
__version__ = "3.4.0"

0 commit comments

Comments
 (0)