Skip to content

Commit fd589bb

Browse files
committed
Updated CHANGELOG.md, setup.py and __main__.py for the new release
1 parent 150f0ed commit fd589bb

File tree

3 files changed

+28
-3
lines changed

3 files changed

+28
-3
lines changed

CHANGELOG.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,27 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [2.X.Xdev] - 2024-0X-XX : https://github.com/BU-ISCIII/buisciii-tools/releases/tag/2.X.X
7+
## [2.X.Xhot] - 2024-0X-0X : https://github.com/BU-ISCIII/buisciii-tools/releases/tag/2.X.3
8+
9+
### Credits
10+
11+
Code contributions to the hotfix:
12+
13+
### Template fixes and updates
14+
15+
### Modules
16+
17+
#### Added enhancements
18+
19+
#### Fixes
20+
21+
#### Changed
22+
23+
#### Removed
24+
25+
### Requirements
26+
27+
## [2.2.3] - 2024-12-23 : https://github.com/BU-ISCIII/buisciii-tools/releases/tag/2.2.3
828

929
### Credits
1030

@@ -16,6 +36,11 @@ Code contributions to the new version:
1636
### Template fixes and updates
1737

1838
- Updated sftp_user.json, added the locus-tag option for the PROKKA process in the bacass config file and changed new_service.py so that integrity is checked only for the samples of interest [#363](https://github.com/BU-ISCIII/buisciii-tools/pull/363).
39+
- Replaced /data/bi/ by /data/ucct/bi/ [#380](https://github.com/BU-ISCIII/buisciii-tools/pull/380).
40+
- Updated bacass version in all pertinent files [#380](https://github.com/BU-ISCIII/buisciii-tools/pull/380).
41+
- Updated read length variable definition when creating the mapping_illumina.tab file [#380](https://github.com/BU-ISCIII/buisciii-tools/pull/380).
42+
- Updated create_irma_stats.sh to include %mapped_reads [#380](https://github.com/BU-ISCIII/buisciii-tools/pull/380).
43+
- Changed "Buenas" by "Estimado/a" in email.j2 [#380](https://github.com/BU-ISCIII/buisciii-tools/pull/380).
1944

2045
### Modules
2146

bu_isciii/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def run_bu_isciii():
5757
)
5858

5959
# stderr.print("[green] `._,._,'\n", highlight=False)
60-
__version__ = "2.2.2"
60+
__version__ = "2.2.3"
6161
stderr.print(
6262
"[grey39] BU-ISCIII-tools version {}".format(__version__), highlight=False
6363
)

setup.py

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

33
from setuptools import setup, find_packages
44

5-
version = "2.2.2"
5+
version = "2.2.3"
66

77
with open("README.md") as f:
88
readme = f.read()

0 commit comments

Comments
 (0)