Skip to content

Commit 5d0d8a8

Browse files
committed
chore(main): release 1.4.0
1 parent 8d06d63 commit 5d0d8a8

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# Changelog
22

3+
## [1.4.0](https://github.com/Steinbeck-Lab/RanDepict/compare/v1.3.1...v1.4.0) (2024-10-28)
4+
5+
6+
### Features
7+
8+
* add Release-please for automated releases ([cb8a74f](https://github.com/Steinbeck-Lab/RanDepict/commit/cb8a74f7f1d651808c9805a4db02167ded3bafec))
9+
* automated_pypi_releases ([deeaa91](https://github.com/Steinbeck-Lab/RanDepict/commit/deeaa9142a95d4a11b00e2284364822c1d774dd2))
10+
* orderly enumeration of R group indices ([0481aaa](https://github.com/Steinbeck-Lab/RanDepict/commit/0481aaa126d850ded383350c19890efcf0ec4c19))
11+
* update version path for release-please ([94a4ff5](https://github.com/Steinbeck-Lab/RanDepict/commit/94a4ff5574c0f3fb7039820d4ecdf33241fc556a))
12+
13+
14+
### Bug Fixes
15+
16+
* add Copyright info and modify theme options ([779dac0](https://github.com/Steinbeck-Lab/RanDepict/commit/779dac0c9a14e9bbba674236c654aaa9580b5c09))
17+
* Failing documentation theme issues ([987db2c](https://github.com/Steinbeck-Lab/RanDepict/commit/987db2c83b1c06edc6c82525feabc28e8a9dff2c))
18+
* file path ci_pytest.yml ([4dac10f](https://github.com/Steinbeck-Lab/RanDepict/commit/4dac10f6aaa0f94d3d1163b85e85eafd56ccd56b))
19+
* file path issue ([bd97abc](https://github.com/Steinbeck-Lab/RanDepict/commit/bd97abc79bab83f25260fbb4df67eeae6b84e7a8))
20+
* indentation ci_pytest.yml ([fb19534](https://github.com/Steinbeck-Lab/RanDepict/commit/fb19534327a945f4d0d90f266521a5a840e90276))
21+
* only remove PIKAChU if it is there initially (caused crash) ([3b5d3e0](https://github.com/Steinbeck-Lab/RanDepict/commit/3b5d3e012916d445bbe4ffc2bf888c6d0f728c30))
22+
* tests ([febbb19](https://github.com/Steinbeck-Lab/RanDepict/commit/febbb19b574f66cc027be87ac7794f7f3bc9a8a2))
23+
* version bump 1.3.0 ([adf25e5](https://github.com/Steinbeck-Lab/RanDepict/commit/adf25e5d8c29ed64c79b7d37e24834052b6b6b67))
24+
25+
26+
### Documentation
27+
28+
* version bump: 1.1.8-->1.1.9 ([9c54d7c](https://github.com/Steinbeck-Lab/RanDepict/commit/9c54d7c269b9b53baedef02e4af67fe218960d3c))
29+
330
## [1.3.1](https://github.com/OBrink/RanDepict/compare/v1.3.0...v1.3.1) (2023-09-22)
431

532

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setuptools.setup(
99
name="RanDepict",
10-
version="1.3.1",
10+
version="1.4.0",
1111
author="Otto Brinkhaus",
1212
author_email="otto.brinkhaus@uni-jena.de, kohulan.rajan@uni-jena.de",
1313
maintainer="Otto Brinkhaus, Kohulan Rajan",

0 commit comments

Comments
 (0)