Skip to content

Commit

Permalink
Update version for relase
Browse files Browse the repository at this point in the history
  • Loading branch information
pcisar committed Oct 5, 2023
1 parent b38d2ef commit 53ed7fc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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/).

## [0.9.0] - 2023-10-XX
## [0.9.0] - 2023-10-05

### Changed

Expand Down
4 changes: 2 additions & 2 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog
#########

Version 0.9.0 [Unreleased]
==========================
Version 0.9.0
=============

* Build system changed from setuptools to hatch
* Update dependencies to protobuf >=4.24.3, firebird-butler-protobuf>=1.0.0,
Expand Down
2 changes: 1 addition & 1 deletion src/saturnin/base/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@
directory_scheme, saturnin_config, venv, is_virtual)

#: Saturnin version
VERSION = '0.9.0b0'
VERSION = '0.9.0'

0 comments on commit 53ed7fc

Please sign in to comment.