Skip to content

Commit 2ddd83f

Browse files
committed
Bump version to 3.0.2
1 parent 54904eb commit 2ddd83f

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.rst

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

4+
[3.0.2] - 2024-02-17
5+
--------------------
6+
7+
Fixed
8+
~~~~~
9+
10+
- Crash when Constants used by Actions and Encyclopaedia init after them.
11+
412
[3.0.1] - 2023-11-12
513
--------------------
614

docs/user_guide/01-getting-started/01-install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ From the console, navigate into your project's directory and run the following c
1515

1616
.. code-block:: console
1717
18-
pip install --no-compile --target game git+https://github.com/jsfehler/renpy-encyclopaedia.git@3.0.1#egg=renpy-encyclopaedia
18+
pip install --no-compile --target game git+https://github.com/jsfehler/renpy-encyclopaedia.git@3.0.2#egg=renpy-encyclopaedia
1919
2020
The target directory can be anywhere inside `game/`. Ren'Py is able to detect any valid code inside your project.
2121

encyclopaedia/version.py

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

0 commit comments

Comments
 (0)