Skip to content

Commit e94ad47

Browse files
committed
🔖 Set version to 1.8.3
1 parent 29840d2 commit e94ad47

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [unreleased]
8+
## [1.8.3] - 2022-02-10
99

1010
### Added
1111
- Added XCP-style quality control file
@@ -64,6 +64,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6464

6565
See [Version 1.8.1 Beta](https://fcp-indi.github.io/docs/user/release_notes/v1.8.1) for release notes for v1.8.1 and [Release Notes](https://fcp-indi.github.io/docs/user/release_notes) for all release notes back to v0.1.1.
6666

67-
[unreleased]: https://github.com/FCP-INDI/C-PAC/compare/v1.8.2...develop
67+
[1.8.3]: https://github.com/FCP-INDI/C-PAC/releases/tag/v1.8.3
6868
[1.8.2]: https://github.com/FCP-INDI/C-PAC/releases/tag/v1.8.2
6969
[1.8.1]: https://github.com/FCP-INDI/C-PAC/releases/tag/v1.8.1

CPAC/info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
_version_major = 1
1212
_version_minor = 8
1313
_version_micro = 3
14-
_version_extra = 'dev'
14+
_version_extra = ''
1515

1616

1717
def get_cpac_gitversion():

0 commit comments

Comments
 (0)