Skip to content

Commit

Permalink
Update version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
pcisar committed Oct 3, 2023
1 parent 773bc11 commit 008e7a5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased] - yyyy-mm-dd
## [1.5.0] - 2023-10-03

### Changed

- Build system changed from setuptools to hatch
- Package version is now defined in `firebird.lib.__about__.py` (`__version__`)

## [1.4.0] - 2023-06-30

Expand Down
5 changes: 3 additions & 2 deletions docs/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
Changelog
#########

Version 1.5.0 [Unreleased]
==========================
Version 1.5.0
=============

* Build system changed from setuptools to hatch
* Package version is now defined in firebird.lib.__about__.py (__version__)

Version 1.4.0
=============
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ classifiers = [
"Topic :: Database",
]
dependencies = [
"firebird-base>=1.6.1",
"firebird-driver>=1.9.0",
"firebird-base>=1.7.0",
"firebird-driver>=1.10.0",
]

[project.urls]
Expand Down
2 changes: 1 addition & 1 deletion src/firebird/lib/__about__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2020-present The Firebird Projects <www.firebirdsql.org>
#
# SPDX-License-Identifier: MIT
__version__ = "1.5.0b0"
__version__ = "1.5.0"

0 comments on commit 008e7a5

Please sign in to comment.