Skip to content

Commit

Permalink
Bumps version 0.6.0 and updates CHANGELOG.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoFara committed Oct 2, 2024
1 parent 70f8131 commit f4ce021
Show file tree
Hide file tree
Showing 4 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 @@ -5,7 +5,7 @@ All notable changes to pylinkage are documented here.
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).

## [Unreleased]
## [0.6.0] - 2024-10-02

### Added

Expand Down
2 changes: 1 addition & 1 deletion pylinkage/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@
# For compatibility only, geometry.dist is deprecated
from math import dist

__version__ = "0.5.3"
__version__ = "0.6.0"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.5.3
current_version = 0.6.0
commit = False
tag = False

Expand Down
2 changes: 1 addition & 1 deletion sphinx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'Hugo Farajallah'

# The full version, including alpha/beta/rc tags
release = '0.5.3'
release = '0.6.0'


# -- General configuration ---------------------------------------------------
Expand Down

0 comments on commit f4ce021

Please sign in to comment.