Skip to content

Commit

Permalink
Bump version: 2.4.2 → 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeshiner committed Oct 17, 2023
1 parent 531bb1e commit 81fa223
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.4.2
current_version = 2.5.0
commit = True
tag = True

Expand Down
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,20 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a Ch
### New

### Changes
* Add support for Python 3.12
* Drop support for Python 3.7

### Fixes

### Breaks


## 2.5.0 - (2023-10-17)
---

### Changes
* Add support for Python 3.12
* Drop support for Python 3.7


## 2.4.2 - (2021-12-09)
---

Expand Down
4 changes: 2 additions & 2 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ Check list for new releases
## Create Release Commit

- Create a release branch
- `git checkout master`
- `git checkout main`
- `git checkout -b <new version number>`
- Create release commit
- `poetry run bumpversion (patch|minor|major)`
- Update the `stable` branch to the new commit
- Merge the new branch into `master`
- Merge the new branch into `main`

## Checks

Expand Down
2 changes: 1 addition & 1 deletion tabler/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
__title__ = "tabler"
__description__ = "Simple interface for tabulated data and .csv files"
__url__ = "http://github.com/lukeshiner/tabler.git"
__version__ = "2.4.2"
__version__ = "2.5.0"
__author__ = "Luke Shiner"
__author_email__ = "luke@lukeshiner.com"
__license__ = "MIT"
Expand Down

0 comments on commit 81fa223

Please sign in to comment.