We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7795918 commit bb8ff92Copy full SHA for bb8ff92
2 files changed
CHANGELOG.md
@@ -1,6 +1,16 @@
1
# Changelog
2
3
-## v1.1.1 (2023-09-21)
+## v1.1.2 (2023-10-03)
4
+
5
+### Fixed
6
7
+Fixed a bug in setup.py that caused a crash when running
8
9
+```
10
+python setup.py egg_info
11
12
13
+## v1.1.1 (2023-10-02)
14
15
### Removed
16
ravenpackapi/version.py
@@ -1 +1 @@
-__version__ = "1.1.1"
+__version__ = "1.1.2"
0 commit comments