Skip to content

Commit 34436f9

Browse files
Bump version number to 1.1.0 (#10733)
* Bump version number to 1.1.0 * Add release tag to CHANGELOG.md * Cleanup * Remove links
1 parent 9d6f30b commit 34436f9

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 4 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 (starting wi
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased] - yyyy-mm-dd (in UTC)
8+
## 1.1.0 - 2025-11-02
99

1010
### Added
1111

@@ -30,10 +30,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3030
- Changed site URL check to allow protocol mismatches if `INVENTREE_SITE_LAX_PROTOCOL` is set to `True` (default) in [#10454](https://github.com/inventree/InvenTree/pull/10454)
3131
- Changed call signature of `get_global_setting` to use `environment_key` instead of `enviroment_key` in [#10557](https://github.com/inventree/InvenTree/pull/10557)
3232

33-
### Removed
3433

35-
36-
## [1.0.0 ] - 2025-09-15
34+
## 1.0.0 - 2025-09-15
3735

3836
The first "stable" release following semver but not extensively other than the previous releases. The use of 1.0 indicates the stability that users already expect from InvenTree.
3937

src/backend/InvenTree/InvenTree/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from .api_version import INVENTREE_API_TEXT, INVENTREE_API_VERSION
1919

2020
# InvenTree software version
21-
INVENTREE_SW_VERSION = '1.1.0 dev'
21+
INVENTREE_SW_VERSION = '1.1.0'
2222

2323

2424
logger = logging.getLogger('inventree')

0 commit comments

Comments
 (0)