Skip to content

Commit bb8ff92

Browse files
committed
Bump version
1 parent 7795918 commit bb8ff92

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# Changelog
22

3-
## v1.1.1 (2023-09-21)
3+
## 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)
414

515
### Removed
616

ravenpackapi/version.py

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

0 commit comments

Comments
 (0)